Changeset 1863 for trunk/dll/init.c
- Timestamp:
- Aug 23, 2015, 2:13:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1860 r1863 137 137 19 Aug 15 SHL Delete obsoletes 138 138 20 Aug 15 SHL Support PCSZ_DOS...SEM 139 22 Aug 15 GKY Remove recurse scan code. 139 140 140 141 ***********************************************************************/ … … 1209 1210 fSaveMiniCmds = fUserComboBox = fFM2Deletes = fConfirmTarget = 1210 1211 fShowTarget = fDrivebarHelp = fCheckMM = fInitialDriveScan = 1211 fEjectRemovableScan = fRScanLocal =TRUE;1212 fEjectRemovableScan = TRUE; 1212 1213 ulCnrType = CCS_EXTENDSEL; 1213 1214 FilesToGet = FILESTOGET_MAX; … … 1610 1611 PrfQueryProfileData(fmprof, appname, "RemoteBug", &fRemoteBug, &size); 1611 1612 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);1622 1613 PrfQueryProfileData(fmprof, appname, "EjectRemovableScan", &fEjectRemovableScan, &size); 1623 1614 size = sizeof(BOOL); … … 1662 1653 // 2015-08-11 SHL FIXME debug 1663 1654 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 1666 1656 LoadDetailsSwitches(PCSZ_DIRCNR, &dsDirCnrDefault, FALSE); 1667 1657
Note:
See TracChangeset
for help on using the changeset viewer.