branch | CompilerCompatibility |
changeset 8 | 56a6a91a2a3e |
parent 5 | 1e73d2d04cbc |
--- a/filemanager/Engine/src/CFileManagerActiveExecute.cpp Mon Mar 08 21:43:10 2010 +0000 +++ b/filemanager/Engine/src/CFileManagerActiveExecute.cpp Sun Mar 14 13:08:45 2010 +0000 @@ -114,7 +114,7 @@ iItemIterator->CurrentL( &iSrc, &iDst, iItemType ); } - if ( ( iDst && iDst->Length() > KMaxFileName ) || !iDst ) + if ( iDst && iDst->Length() > KMaxFileName ) { error = KErrBadName; TRequestStatus* status = &iStatus;