Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/zhashfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/zhashfs.c')
-rw-r--r--bin/zhashfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/zhashfs.c b/bin/zhashfs.c
index 161bb75..12a0ffb 100644
--- a/bin/zhashfs.c
+++ b/bin/zhashfs.c
@@ -139,9 +139,11 @@ int main(int argc, char **argv)
LTC_ARGCHK(outfile != NULL);
LTC_ARGCHK(fputs("[ifndef] #eblocks-written\n", outfile) >= 0);
+ LTC_ARGCHK(fputs("[ifdef] last-eblock#\n", outfile) >= 0);
LTC_ARGCHK(fputs(": pdup ( n -- n' ) dup last-eblock# max ;\n", outfile) >= 0);
LTC_ARGCHK(fputs("also nand-commands patch pdup dup zblock: previous\n", outfile) >= 0);
LTC_ARGCHK(fputs("[then]\n", outfile) >= 0);
+ LTC_ARGCHK(fputs("[then]\n", outfile) >= 0);
/* open zdata file */
zfile = fopen(argv[5], "wb");