--- a/voicerecorder/UtilsSrc/VRUtils.cpp Mon Jun 21 15:43:26 2010 +0300
+++ b/voicerecorder/UtilsSrc/VRUtils.cpp Thu Aug 19 09:57:40 2010 +0300
@@ -1087,8 +1087,7 @@
TInt removableStorageErr = DriveInfo::GetDefaultDrive(
DriveInfo::EDefaultRemovableMassStorage, driveRemovableMassStorage );
if ( (defaultStorageErr) || (removableStorageErr) ||
- ( driveDefaultMassStorage == driveRemovableMassStorage ) ||
- !DriveValid(driveDefaultMassStorage) || !DriveValid(driveRemovableMassStorage) )
+ ( driveDefaultMassStorage == driveRemovableMassStorage ) )
{ flag = EFalse; }
return flag;