Changeset 1471 for trunk/dll/grep.c
- Timestamp:
- Oct 14, 2009, 1:43:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep.c
r1456 r1471 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 200 8Steven H. Levine9 Copyright (c) 2001, 2009 Steven H. Levine 10 10 11 11 12 Feb 03 SHL InsertGrepFile: standardize EA math … … 562 562 PSZ p; 563 563 APIRET rc; 564 // 06 Oct 07 SHL Correct size for xDosFindFirst565 564 ULONG ulBufBytes = FilesToGet * sizeof(FILEFINDBUF4L); 566 565 static BOOL fDone; … … 697 696 698 697 /** 699 * Insert recordinto container698 * Insert one or more records into container 700 699 */ 701 700 … … 826 825 grep->insertedbytes += pffb->cbFile + CBLIST_TO_EASIZE(pffb->cbList); 827 826 grep->toinsert++; 828 if (grep->toinsert == FilesToGet) 827 // 07 Oct 09 SHL honor sync updates 828 if (grep->toinsert == FilesToGet || fSyncUpdates) 829 829 return DoInsertion(grep, pitdSleep, pitdReport); 830 830 return TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.