Changeset 1550 for trunk/dll/flesh.c


Ignore:
Timestamp:
Nov 3, 2010, 3:50:42 AM (15 years ago)
Author:
Gregg Young
Message:

This actually fixes the double names in the tree container. It also streamlines the initial scan code by eliminating multiple redundant scans.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/flesh.c

    r1505 r1550  
    201201        DRIVE_INCLUDEFILES)
    202202      includefiles = TRUE;
     203#if 0
    203204    if (fInitialDriveScan) {
    204205      PROCESSDIR *ProcessDir;
     
    228229    }
    229230    else {
     231# endif
    230232      ProcessDirectory(hwndCnr,
    231233                       pciParent,
     
    238240                       NULL,            // total files
    239241                       NULL);           // total bytes
    240     }
     242    //}
    241243  }
    242244  driveflags[*pciParent->pszFileName - 'A'] |= DRIVE_RSCANNED;
Note: See TracChangeset for help on using the changeset viewer.