On Tue, Oct 27, 2009 at 3:56 PM, Paul Marwick <pa...@waitrose.com> wrote:
> I assume that it must be an error in the way the regex is structured, but I
> certainly can't see it.

I think the regex looks okay, but found this in util.c which looks
like it may be a clue:

    /* HACK: we must belive to extention of LZMA file :) ...*/
    if (strlen(name) > 5 && strcmp(&name[strlen(name)-5],".lzma") == 0)
        return COMPRESSION_LZMA;


Maybe try to change that to look for "tlz" and see if it fixes the problem.
_______________________________________________
Mc mailing list
http://mail.gnome.org/mailman/listinfo/mc

Reply via email to