diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-27 19:30:19 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-12-27 19:30:19 +0200 |
commit | 4820f10d0f173864f6a2ea7479663b509ac53358 (patch) | |
tree | a4ba58d89bbfccd333a721b02523742b05d3e62f /src/xz/options.c | |
parent | Bunch of liblzma tweaks, including some API changes. (diff) | |
download | xz-4820f10d0f173864f6a2ea7479663b509ac53358.tar.xz |
Some xz command line tool improvements.
Diffstat (limited to '')
-rw-r--r-- | src/xz/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/options.c b/src/xz/options.c index e754c266..efceba9e 100644 --- a/src/xz/options.c +++ b/src/xz/options.c @@ -315,7 +315,7 @@ options_lzma(const char *str) }; static const option_map opts[] = { - { "preset", NULL, 1, 9 }, + { "preset", NULL, 0, 9 }, { "dict", NULL, LZMA_DICT_SIZE_MIN, (UINT32_C(1) << 30) + (UINT32_C(1) << 29) }, { "lc", NULL, LZMA_LCLP_MIN, LZMA_LCLP_MAX }, |