Re: mc 4.7.0pre3 support for .tlz archives
- From: Paul Hartman <paul hartman+gentoo gmail com>
- To: mc gnome org
- Subject: Re: mc 4.7.0pre3 support for .tlz archives
- Date: Tue, 27 Oct 2009 16:07:35 -0500
On Tue, Oct 27, 2009 at 3:56 PM, Paul Marwick <paulm 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]