diff -r 26645d81f48d -r cc28652e0254 persistentstorage/sql/OsLayer/FileBuf64.cpp --- a/persistentstorage/sql/OsLayer/FileBuf64.cpp Tue Aug 31 16:57:14 2010 +0300 +++ b/persistentstorage/sql/OsLayer/FileBuf64.cpp Wed Sep 01 12:39:58 2010 +0100 @@ -801,7 +801,7 @@ DoDiscard(); iReadAheadSize = RFileBuf64::KDefaultReadAheadSize; iBase = static_cast (User::Alloc(iCapacity)); - return iBase ? KErrNone : KErrNoMemory; + return iBase ? KErrNone : KErrNoMemory; } /**