Changeset 839 for trunk/dll/grep.c
- Timestamp:
- Sep 21, 2007, 10:01:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep.c
r837 r839 463 463 APIRET rc; 464 464 ULONG ulBufBytes = FilesToGet * sizeof(FILEFINDBUF4); 465 static BOOL fDone; 465 466 466 467 pffbArray = xmalloc(ulBufBytes, pszSrcFile, __LINE__); … … 507 508 if (strlen(szFindPath) > 256){ //21 Sep GKY check for pathnames that exceed maxpath 508 509 DosFindClose(findHandle); 509 free(pffbArray); 510 free(pffbArray); 511 if (!fDone) { 512 fDone = TRUE; 513 saymsg(MB_OK | MB_ICONASTERISK, 514 HWND_DESKTOP, 515 GetPString(IDS_WARNINGTEXT), 516 "One or more of your files has a full path name that exceeds the OS/2 maximum"); 517 } 510 518 return 1; 511 519 }
Note:
See TracChangeset
for help on using the changeset viewer.