diff -r 41c99112ff9d -r 2f5c9ee7098c voicerecorder/UtilsSrc/VRUtils.cpp --- 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;