Changeset 1398 for trunk/dll/grep2.c
- Timestamp:
- Feb 21, 2009, 6:43:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep2.c
r1395 r1398 302 302 WinEnableWindow(WinWindowFromID(hwnd, GREP_NOSIZEDUPES), FALSE); 303 303 304 BldFullPathName(s, pFM2SaveDirectory, "GREPMASK.DAT");304 BldFullPathName(s, pFM2SaveDirectory, PCSZ_GREPMASKDAT); 305 305 fp = _fsopen(s, "r", SH_DENYWR); 306 306 if (fp) { … … 808 808 hwndCollect = WinQueryWindowULong(hwnd, QWL_USER); 809 809 if (!hwndCollect) 810 Runtime_Error 2(pszSrcFile, __LINE__, IDS_NODATATEXT);810 Runtime_Error(pszSrcFile, __LINE__, NULL); 811 811 else { 812 812 // 07 Feb 08 SHL - fixme to malloc and free in thread … … 983 983 MPVOID, MPVOID); 984 984 if (sSelect > 0) { 985 BldFullPathName(s, pFM2SaveDirectory, "GREPMASK.DAT");985 BldFullPathName(s, pFM2SaveDirectory, PCSZ_GREPMASKDAT); 986 986 if (CheckDriveSpaceAvail(s, ullDATFileSpaceNeeded, 1) == 2) 987 987 break; //already gave error msg
Note:
See TracChangeset
for help on using the changeset viewer.