diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-10-07 09:40:31 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-10-07 09:40:31 +0300 |
commit | 1e8e4fd1f3e50129b4541406ad765d2aa1233943 (patch) | |
tree | c2c952fb207b48effd8585436d3c83c7a475a22d /src/liblzma/api/lzma/lzma.h | |
parent | Removed fi from po/LINGUAS. (diff) | |
download | xz-1e8e4fd1f3e50129b4541406ad765d2aa1233943.tar.xz |
Made the preset numbering more logical in liblzma API.
Diffstat (limited to 'src/liblzma/api/lzma/lzma.h')
-rw-r--r-- | src/liblzma/api/lzma/lzma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma/lzma.h b/src/liblzma/api/lzma/lzma.h index 094667eb..5ec563dd 100644 --- a/src/liblzma/api/lzma/lzma.h +++ b/src/liblzma/api/lzma/lzma.h @@ -394,7 +394,7 @@ typedef struct { /** * \brief Set a compression level preset to lzma_options_lzma structure * - * level = 0 is the fastest and level = 8 is the slowest. These presets match + * level = 1 is the fastest and level = 9 is the slowest. These presets match * the switches -1 .. -9 of the command line tool. * * The preset values are subject to changes between liblzma versions. |