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); -
trunk/dll/defview.c
r1690 r1773 303 303 HWND_DESKTOP : 304 304 hwndParent, hwndFrame, filename, 4, NULL); 305 if (hwndArc == -1)306 return;307 308 305 if (!hwndArc) { 309 306 if (!IsExecutable(filename) || !ExecFile(hwnd, filename)) {
Note:
See TracChangeset
for help on using the changeset viewer.
