2010/10/18 Denys Vlasenko <[email protected]>:
> This looks strange: .gz files compressed with lzma??
>
> -               if ((ENABLE_FEATURE_SEAMLESS_GZ && strcmp(sfx, "gz") == 0)
> +               if (((ENABLE_FEATURE_SEAMLESS_GZ|ENABLE_FEATURE_SEAMLESS_LZMA)
> +                 && strcmp(sfx, "gz") == 0)

    I think no program should look at filenames to determine which
compression is
  applied. Magic number is way more informative.

</rant>

        Loïc
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to