shithub: puzzles

Download patch

ref: fccd2a55e705a991f22f1aa393c9324846d80515
parent: a35405ca35914b7573d63d5ea377da8ee984011b
author: Ben Harris <bjh21@bjh21.me.uk>
date: Sat Feb 18 15:23:23 EST 2023

Revert "Stop persistent-mode fuzzpuzz exiting prematurely"

That was completely wrong: a "continue" at the end of the loop is
unnecessary.

This reverts commit b91f9824b6f73290051025317f3387c7212fa05f.

--- a/fuzzpuzz.c
+++ b/fuzzpuzz.c
@@ -161,7 +161,6 @@
         } else {
             fprintf(stderr, "%s\n", err);
             ret = 1;
-            continue;
         }
     }
     return ret;