Changeset 1773 for trunk/dll/arccnrs.c
- Timestamp:
- Apr 6, 2014, 7:28:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1770 r1773 104 104 Added option to suppress message regarding missing bzip2.exe 105 105 or gzip.exe on TAR.B/GZ archives. 106 06 Apr 14 GKY Removed all BZ/GZ checks 106 107 107 108 ***********************************************************************/ … … 3667 3668 static USHORT idinc = 0; 3668 3669 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 3678 3670 if (!idinc) 3679 3671 idinc = (rand() % 256);
Note:
See TracChangeset
for help on using the changeset viewer.