From 7d141c7e79bb9688a475b88722f6101ad01ef782 Mon Sep 17 00:00:00 2001 From: jakob Date: Sun, 8 Jan 2017 20:22:46 -0500 Subject: Large commit. Filenames are now converted from UTF-16LE and placed into a linked list. Parsers also exist for every entry in the XP3 format. --- 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 80b4f01..0008d63 100644 --- a/src/cli.h +++ b/src/cli.h @@ -19,7 +19,7 @@ /* Binary structure for storing command-line options. */ struct configuration { - long long padding; // This is temporary. + const char *archive_path; /* Path to archive to extract. */ }; /* General subroutine for parsing command-line arguments. Returns a -- cgit v1.3