Actual use of --outfile-autohex-disable was lost during refactoring. Fixes https://github.com/hashcat/hashcat/issues/567

This commit is contained in:
jsteube
2016-11-04 22:12:25 +01:00
parent 6fdb2bfca4
commit fb8fb6b21d
4 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -1174,7 +1174,7 @@ typedef struct outfile_ctx
FILE *fp;
u32 outfile_format;
u32 outfile_autohex;
bool outfile_autohex;
} outfile_ctx_t;