X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fbuffer.c;h=ef4bbac6a7f6ec3a5cac1f24d59a24bb3806c507;hb=502abd93bd8bfba15677aceb221c4530d257bbab;hp=c66b08cdd41cdd0271f64a1f733e9ab6fff647f2;hpb=0ab5e64ac07d5b0162bf863f4da485d26760a8eb;p=chaz%2Ftar diff --git a/src/buffer.c b/src/buffer.c index c66b08c..ef4bbac 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -389,7 +389,7 @@ open_compressed_archive (void) case ct_none: if (shortfile) ERROR ((0, 0, _("This does not look like a tar archive"))); - set_comression_program_by_suffix (archive_name_array[0], NULL); + set_compression_program_by_suffix (archive_name_array[0], NULL); if (!use_compress_program_option) return archive; break;