Changeset 1690 for trunk/dll/filldir.c


Ignore:
Timestamp:
Aug 5, 2013, 2:13:41 AM (12 years ago)
Author:
Gregg Young
Message:

Changes to fix .tar.gz list because of changes in tar 1.20 (maybe earlier). Added lzip support with ungly hack to work around its lack of a list option. Tickets 493, 494

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/filldir.c

    r1673 r1690  
    324324             cmp == *(ULONG *) ".GZ"  || cmp == *(ULONG *) ".Z"   ||
    325325             cmp == *(ULONG *) ".CAB" || cmp == *(ULONG *) ".BZ2" ||
    326              cmp == *(ULONG *) ".WPI")
     326             cmp == *(ULONG *) ".WPI" || cmp == *(ULONG *) ".7Z")
    327327      hptr = hptrArc;
    328328    else if (cmp == *(ULONG *) PCSZ_DOTBMP  ||
Note: See TracChangeset for help on using the changeset viewer.