Skip to content

Instantly share code, notes, and snippets.

@quozl
Created July 11, 2017 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quozl/0e2324c61bae14f56ae7664a3fb5155e to your computer and use it in GitHub Desktop.
Save quozl/0e2324c61bae14f56ae7664a3fb5155e to your computer and use it in GitHub Desktop.
diff --git a/bin/zhashfs.c b/bin/zhashfs.c
index 19b7be5..e046181 100644
--- a/bin/zhashfs.c
+++ b/bin/zhashfs.c
@@ -219,6 +219,7 @@ int main(int argc, char **argv)
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);
+ LTC_ARGCHK(fputs("[char] A h# 82 cmos!\n", outfile) >= 0);
/* open zdata file */
zfile = fopen(argv[5], "wb");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment