shithub: puzzles

Download patch

ref: 1717d5b685828ce3ab22a82d073022ce69de6bcf
parent: 111db0743bd273c340dd683449076fd9ec5797f5
author: Ben Harris <bjh21@bjh21.me.uk>
date: Thu Feb 16 18:40:40 EST 2023

Adjust fuzzpuzz sample shell commands to not include "/*"

GCC warns about that character sequence in a comment.  I shouldn't have
assumed that having only edited a comment meant I could get away without
a test build.

--- a/fuzzpuzz.c
+++ b/fuzzpuzz.c
@@ -14,7 +14,7 @@
  *
  * CC=afl-cc cmake -B build-afl
  * cmake --build build-afl --target fuzzpuzz
- * mkdir fuzz-in && ln icons/*.sav fuzz-in
+ * mkdir fuzz-in && ln icons/''*.sav fuzz-in
  * afl-fuzz -i fuzz-in -o fuzz-out -x fuzzpuzz.dict -- build-afl/fuzzpuzz
  */