userlibandfileserver/fileserver/sfat32/fat_table32.cpp
changeset 109 b3a1d9898418
parent 90 947f0dc9f7a8
child 247 d8d70de2bd36
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
  1478                 TInt nMntDebugFlags;
  1478                 TInt nMntDebugFlags;
  1479                 if(bFat32BkGndScan && RProperty::Get(KSID_Test1, iOwner->DriveNumber(), nMntDebugFlags) == KErrNone)
  1479                 if(bFat32BkGndScan && RProperty::Get(KSID_Test1, iOwner->DriveNumber(), nMntDebugFlags) == KErrNone)
  1480                 {//-- test property for this drive is defined
  1480                 {//-- test property for this drive is defined
  1481                     if(nMntDebugFlags & KMntDisable_FatBkGndScan)
  1481                     if(nMntDebugFlags & KMntDisable_FatBkGndScan)
  1482                     {
  1482                     {
  1483                     __PRINT(_L("#- FAT32 BkGnd scan is disabled is disabled by debug interface."));
  1483                     __PRINT(_L("#- FAT32 BkGnd scan is disabled by debug interface."));
  1484                     bFat32BkGndScan = EFalse;
  1484                     bFat32BkGndScan = EFalse;
  1485                     }
  1485                     }
  1486             
  1486             
  1487                 }
  1487                 }
  1488 #endif
  1488 #endif