branch | RCL_3 |
changeset 23 | 18e505e3f370 |
parent 19 | 5181328fad28 |
--- a/filesystemuis/memscaneng/serversrc/mseng.cpp Tue May 25 12:28:34 2010 +0300 +++ b/filesystemuis/memscaneng/serversrc/mseng.cpp Wed Jun 09 09:28:11 2010 +0300 @@ -92,7 +92,7 @@ User::LeaveIfError( iFsSession.Entry( fileName, entry ) ); // if file does not exist, leaves with KErrNotFound - iResFile = CResourceFile::NewL( iFsSession, fileName, 0, entry.iSize ); + iResFile = CResourceFile::NewL( iFsSession, fileName, 0, entry.FileSize() ); iResFile->ConfirmSignatureL();