Changeset 1863 for trunk/dll/init.c


Ignore:
Timestamp:
Aug 23, 2015, 2:13:48 AM (10 years ago)
Author:
Gregg Young
Message:

Remove recurse scan code; fix A:\ drive not ready error caused by not moving the cursor from drive A:\ fast enough. Have Flesh remove pcis that have NullStr FileNames.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1860 r1863  
    137137  19 Aug 15 SHL Delete obsoletes
    138138  20 Aug 15 SHL Support PCSZ_DOS...SEM
     139  22 Aug 15 GKY Remove recurse scan code.
    139140
    140141***********************************************************************/
     
    12091210    fSaveMiniCmds = fUserComboBox = fFM2Deletes = fConfirmTarget =
    12101211    fShowTarget = fDrivebarHelp = fCheckMM = fInitialDriveScan =
    1211     fEjectRemovableScan = fRScanLocal = TRUE;
     1212    fEjectRemovableScan = TRUE;
    12121213  ulCnrType = CCS_EXTENDSEL;
    12131214  FilesToGet = FILESTOGET_MAX;
     
    16101611  PrfQueryProfileData(fmprof, appname, "RemoteBug", &fRemoteBug, &size);
    16111612  size = sizeof(BOOL);
    1612   PrfQueryProfileData(fmprof, appname, "RScanLocal", &fRScanLocal, &size);
    1613   size = sizeof(BOOL);
    1614   PrfQueryProfileData(fmprof, appname, "RScanRemote", &fRScanRemote, &size);
    1615   size = sizeof(BOOL);
    1616   PrfQueryProfileData(fmprof, appname, "RScanVirtual", &fRScanVirtual, &size);
    1617   size = sizeof(BOOL);
    1618   PrfQueryProfileData(fmprof, appname, "RScanSlow", &fRScanSlow, &size);
    1619   size = sizeof(BOOL);
    1620   PrfQueryProfileData(fmprof, appname, "RScanNoWrite", &fRScanNoWrite, &size);
    1621   size = sizeof(BOOL);
    16221613  PrfQueryProfileData(fmprof, appname, "EjectRemovableScan", &fEjectRemovableScan, &size);
    16231614  size = sizeof(BOOL);
     
    16621653  // 2015-08-11 SHL FIXME debug
    16631654  DbgMsg(pszSrcFile, __LINE__, "ShowEnv %u SwitchTree %u SwitchTreeExpand %u SwitchTreeOnFocus %u CollapseFirst %u", fShowEnv, fSwitchTreeOnDirChg, fSwitchTreeExpand, fSwitchTreeOnFocus, fCollapseFirst);
    1664   DbgMsg(pszSrcFile, __LINE__, "RScanLocal %u RScanRemote %u RScanVirtual %u RScanSlow RScanNoWrite %u", fRScanLocal, fRScanRemote, fRScanVirtual, fRScanSlow, fRScanNoWrite);
    1665 
     1655 
    16661656  LoadDetailsSwitches(PCSZ_DIRCNR, &dsDirCnrDefault, FALSE);
    16671657
Note: See TracChangeset for help on using the changeset viewer.