From e114502b2bc371e4a45449832cb69be036360722 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 19 Nov 2008 20:46:52 +0200 Subject: Oh well, big messy commit again. Some highlights: - Updated to the latest, probably final file format version. - Command line tool reworked to not use threads anymore. Threading will probably go into liblzma anyway. - Memory usage limit is now about 30 % for uncompression and about 90 % for compression. - Progress indicator with --verbose - Simplified --help and full --long-help - Upgraded to the last LGPLv2.1+ getopt_long from gnulib. - Some bug fixes --- debug/known_sizes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug/known_sizes.c') diff --git a/debug/known_sizes.c b/debug/known_sizes.c index ef7472de..75ac813c 100644 --- a/debug/known_sizes.c +++ b/debug/known_sizes.c @@ -48,7 +48,7 @@ main(void) // Filter setup lzma_options_lzma opt_lzma; - if (lzma_lzma_preset(&opt_lzma, 0)) + if (lzma_lzma_preset(&opt_lzma, 1)) return 1; lzma_filter filters[] = { -- cgit v1.2.3