Changeset 1756 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Mar 2, 2014, 11:23:55 PM (12 years ago)
Author:
Gregg Young
Message:

Speed up intial drive scans Ticket 528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1741 r1756  
    8484                copy, move and delete operations
    8585  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
    8687
    8788***********************************************************************/
     
    877878          WinSendMsg(hwndMain, UM_LOADFILE, MPVOID, MPVOID);
    878879      }
    879       if (!fInitialDriveScan && fSwitchTree && hwndTree) {
     880      while (fInitialDriveScan)
     881        DosSleep(100);
     882      if (fSwitchTree && hwndTree) {
    880883        // Keep drive tree in sync with directory container
    881884        PSZ pszTempDir = xstrdup(dcd->directory, pszSrcFile, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.