Changeset 1756
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r1741 r1756 84 84 copy, move and delete operations 85 85 22 Feb 14 GKY Fix warn readonly yes don't ask to work when recursing directories. 86 02 Mar 14 GKY Speed up intial drive scans Ticket 528 86 87 87 88 ***********************************************************************/ … … 877 878 WinSendMsg(hwndMain, UM_LOADFILE, MPVOID, MPVOID); 878 879 } 879 if (!fInitialDriveScan && fSwitchTree && hwndTree) { 880 while (fInitialDriveScan) 881 DosSleep(100); 882 if (fSwitchTree && hwndTree) { 880 883 // Keep drive tree in sync with directory container 881 884 PSZ pszTempDir = xstrdup(dcd->directory, pszSrcFile, __LINE__); -
trunk/dll/filldir.c
r1754 r1756 101 101 02 Mar 14 GKY !didone for fFirstTime so the suggest code works again. Also clear out the 102 102 garbage that was appearing in the string. 103 02 Mar 14 GKY Speed up intial drive scans Ticket 528 103 104 104 105 ***********************************************************************/ … … 286 287 ProcessDirCount = 0; 287 288 FixedVolume = 0; 288 fInitialDriveScan = FALSE;289 //fInitialDriveScan = FALSE; 289 290 } 290 291 # ifdef FORTIFY … … 1709 1710 DosSleep(16); // 05 Aug 07 GKY 33 1710 1711 fDummy = FALSE; 1712 fInitialDriveScan = FALSE; 1711 1713 DosPostEventSem(CompactSem); 1712 1714
Note:
See TracChangeset
for help on using the changeset viewer.
