Changeset 1756 for trunk/dll/dircnrs.c
- Timestamp:
- Mar 2, 2014, 11:23:55 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/dll/dircnrs.c (modified) (2 diffs)
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__);
Note:
See TracChangeset
for help on using the changeset viewer.
