Changeset 1551 for trunk/dll/filldir.c
- Timestamp:
- Nov 15, 2010, 4:33:25 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/filldir.c
r1550 r1551 261 261 DbgMsg(pszSrcFile, __LINE__, "ProcessDirCount %i FixedVolume %i", 262 262 ProcessDirCount, FixedVolume); 263 if (fInitialDriveScan && ProcessDirCount >= FixedVolume) { 264 fInitialDriveScan = FALSE; 265 DosPostEventSem(hevInitialCnrScanComplete); 266 DosCloseEventSem(hevInitialCnrScanComplete); 267 if (fSwitchTree && hwndTree && fSaveState && pszFocusDir) { 263 if (ProcessDirCount >= FixedVolume) { 264 DosPostEventSem(hevTreeCnrScanComplete); 265 if (fInitialDriveScan && fSwitchTree && hwndTree && fSaveState && pszFocusDir) { 268 266 // Keep drive tree in sync with directory container 269 267 if (hwndMain) { … … 277 275 } 278 276 } 277 fInitialDriveScan = FALSE; 279 278 } 280 279 # ifdef FORTIFY … … 1709 1708 fDummy = FALSE; 1710 1709 DosPostEventSem(CompactSem); 1711 DosReleaseMutexSem(hmtFillingTreeCnr);1712 1710 1713 1711 if (!fDontSuggestAgain) {
Note:
See TracChangeset
for help on using the changeset viewer.