From: David Griffith Date: Thu, 14 May 2015 05:23:14 +0000 (-0700) Subject: Improper writing of variables and eval stack led to corrupt saves. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=49a4345235ed418d2fcbffbde813532f1b94ddc9;p=liskon_frotz.git Improper writing of variables and eval stack led to corrupt saves. --- diff --git a/src/common/quetzal.c b/src/common/quetzal.c index ce78b36..c2e9f1e 100644 --- a/src/common/quetzal.c +++ b/src/common/quetzal.c @@ -539,7 +539,7 @@ zword save_quetzal (FILE *svf, FILE *stf) || !write_word (svf, nstk)) return 0; /* Write the variables and eval stack. */ - for (j=0, ++p; j