aboutsummaryrefslogtreecommitdiff
path: root/src/xz/options.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-12-27 19:30:19 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-12-27 19:30:19 +0200
commit4820f10d0f173864f6a2ea7479663b509ac53358 (patch)
treea4ba58d89bbfccd333a721b02523742b05d3e62f /src/xz/options.c
parentBunch of liblzma tweaks, including some API changes. (diff)
downloadxz-4820f10d0f173864f6a2ea7479663b509ac53358.tar.xz
Some xz command line tool improvements.
Diffstat (limited to 'src/xz/options.c')
-rw-r--r--src/xz/options.c2
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 },