Changeset 1773 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Apr 6, 2014, 7:28:47 PM (11 years ago)
Author:
Gregg Young
Message:

Remove bzip check added in CS [1690] Ticket [537]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r1770 r1773  
    104104                Added option to suppress message regarding missing bzip2.exe
    105105                or gzip.exe on TAR.B/GZ archives.
     106  06 Apr 14 GKY Removed all BZ/GZ checks
    106107
    107108***********************************************************************/
     
    36673668  static USHORT idinc = 0;
    36683669
    3669 
    3670   if (strrchr(arcname, '.')) {
    3671     if (!stricmp(strrchr(arcname, '.') + 1, "LZ") && info->list == NULL) {
    3672       saymsg(MB_ENTER | MB_ICONASTERISK, HWND_DESKTOP, GetPString(IDS_LZIPLIMITATION),
    3673              GetPString(IDS_LZIPNOLIST));
    3674       return -1;
    3675     }
    3676   }
    3677 
    36783670  if (!idinc)
    36793671    idinc = (rand() % 256);
Note: See TracChangeset for help on using the changeset viewer.