diff options
| author | jakob <jakob@memeware.net> | 2017-03-03 21:04:36 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-03-03 21:04:36 -0500 |
| commit | 79db4fa8975cd445958f88a046c75243300b7b69 (patch) | |
| tree | 778798ac4f33cd0856ab58d4158f467d29cb3bca /src/cli.h | |
| parent | 54f6e79c278f946512458238ec200ffcce3c08e3 (diff) | |
Implemented error checking to prevent against segfaulting when a corrupted archive is encountered.
Diffstat (limited to 'src/cli.h')
| -rw-r--r-- | src/cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ enum { struct params { int mode; /* Current mode of operation. */ int game; /* Which encryption keys to use. */ - bool quiet; /* Whether or not to suppress progress messages. */ + bool verbose; /* Whether or not to output progress messages. */ int vararg_index; /* Start index of paths in argv. */ char *out; /* Path to extract files to. */ size_t out_len; /* Length of the output path string. */ |