Changeset 1402 for trunk/dll/grep.c
- Timestamp:
- Mar 14, 2009, 6:17:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep.c
r1398 r1402 31 31 29 Nov 08 GKY Remove or replace with a mutex semaphore DosEnterCriSec where appropriate. 32 32 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 33 08 Mar 09 GKY Additional strings move to String Table 33 34 34 35 ***********************************************************************/ … … 603 604 // Complain if pathnames exceeds max 604 605 DosFindClose(findHandle); 605 //xfree(pffbArray, pszSrcFile, __LINE__);606 606 if (!fDone) { 607 607 fDone = TRUE; … … 609 609 HWND_DESKTOP, 610 610 GetPString(IDS_WARNINGTEXT), 611 "One or more of your files has a full path name that exceeds the OS/2 maximum");611 GetPString(IDS_LENGTHEXCEEDSMAXPATHTEXT)); 612 612 } 613 613 return 1; … … 717 717 if (!pci) { 718 718 Win_Error(grep->hwndFiles, grep->hwndFiles, pszSrcFile, __LINE__, 719 "CM_ALLOCRECORD %u failed", grep->toinsert);719 PCSZ_CM_ALLOCRECORD); 720 720 } 721 721 else { … … 1515 1515 } 1516 1516 } 1517 // DosSleep(0); //26 Aug 07 GKY 11518 1517 } // while 1519 1518 }
Note:
See TracChangeset
for help on using the changeset viewer.