From 07347dcaa361607a924178eff787177e8cca6d68 Mon Sep 17 00:00:00 2001 From: jakob Date: Wed, 12 Apr 2017 16:54:36 -0400 Subject: Expanded tests for the command-line interface. --- src/cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli.h') diff --git a/src/cli.h b/src/cli.h index 8189a9d..b813ec6 100644 --- a/src/cli.h +++ b/src/cli.h @@ -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. */ -- cgit v1.3