Changeset 850 for trunk/dll/grep.c
- Timestamp:
- Oct 7, 2007, 4:50:15 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep.c
r848 r850 462 462 PSZ p; 463 463 APIRET rc; 464 ULONG ulBufBytes = FilesToGet * sizeof(FILEFINDBUF4); 464 // 06 Oct 07 SHL Correct size for xDosFindFirst 465 ULONG ulBufBytes = FilesToGet * sizeof(FILEFINDBUF4L); 465 466 static BOOL fDone; 466 467 … … 536 537 DosSleep(0); //26 Aug 07 GKY 1 537 538 ulFindCnt = FilesToGet; 538 rc = xDosFindNext(findHandle, pffbArray, ulBufBytes, &ulFindCnt );539 rc = xDosFindNext(findHandle, pffbArray, ulBufBytes, &ulFindCnt, FIL_QUERYEASIZEL); 539 540 } while (!rc); 540 541
Note:
See TracChangeset
for help on using the changeset viewer.