diff options
| author | jakob <jakob@memeware.net> | 2017-04-12 16:54:36 -0400 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-04-12 16:54:36 -0400 |
| commit | 07347dcaa361607a924178eff787177e8cca6d68 (patch) | |
| tree | 5109650cbaf0a8ff5a9dadad5ab912f1cf59911d /src/cli.h | |
| parent | 411a40b5c077ca69e34c7016428eb9d856f8fe73 (diff) | |
Expanded tests for the command-line interface.
Diffstat (limited to 'src/cli.h')
| -rw-r--r-- | src/cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,8 +34,8 @@ enum { /* Structure for storing options set from the command-line. */ struct params { bool verbose; /* Whether or not to output progress messages. */ - char *out; /* Path to extract files to. */ size_t out_len; /* Length of the output path string. */ + char *out; /* Path to extract files to. */ int mode; /* Current mode of operation. */ int game; /* Which encryption keys to use. */ int vararg_index; /* Start index of paths in argv. */ |