]> Dogcows Code - chaz/tar/commitdiff
(magic): Fix lzma option
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 31 Oct 2007 13:10:55 +0000 (13:10 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 31 Oct 2007 13:10:55 +0000 (13:10 +0000)
src/buffer.c

index c022971562240e629b415092c709f46f548e8a8c..36a0cfddcfeaa2206d98bb4fefc831f46101a1fa 100644 (file)
@@ -219,7 +219,7 @@ static struct zip_magic const magic[] = {
   { ct_compress, 2, "\037\235", "compress", "-Z" },
   { ct_gzip,     2, "\037\213", "gzip", "-z"  },
   { ct_bzip2,    3, "BZh",      "bzip2", "-j" },
-  { ct_lzma,     6, "\xFFLZMA", "lzma", "-a" }, /* FIXME: ???? */
+  { ct_lzma,     6, "\xFFLZMA", "lzma", "--lzma" }, /* FIXME: ???? */
 };
 
 #define NMAGIC (sizeof(magic)/sizeof(magic[0]))
This page took 0.022959 seconds and 4 git commands to generate.