diff -r d1daf54a55b5 -r 1e73d2d04cbc filemanager/Engine/src/CFileManagerActiveExecute.cpp --- a/filemanager/Engine/src/CFileManagerActiveExecute.cpp Tue Feb 02 00:03:31 2010 +0200 +++ b/filemanager/Engine/src/CFileManagerActiveExecute.cpp Fri Feb 19 22:41:53 2010 +0200 @@ -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;