diff -r 849a0b46c767 -r ce94bcf3f672 commands/chkdeps/chkdeps.cpp --- a/commands/chkdeps/chkdeps.cpp Sun Oct 17 18:43:12 2010 +0100 +++ b/commands/chkdeps/chkdeps.cpp Wed Oct 20 10:11:55 2010 +0100 @@ -202,6 +202,7 @@ } } +// Adapted from E32Image::LoadFileBytePairUnpakL() void CDllChecker::LoadFileBytePairL(const E32ImageHeaderComp* aHeader, RBuf8& aCode, RBuf8& aRestOfFile) { TInt pos = aHeader->TotalSize(); @@ -245,11 +246,10 @@ { LoadFileInflateL(aHeader, aCode, aRestOfFile); } - /*TOMSCI TODO doesn't seem to work... else if (aCompression == KUidCompressionBytePair) { LoadFileBytePairL(aHeader, aCode, aRestOfFile); - }*/ + } else { LeaveIfErr(KErrNotSupported, _L("Compression type 0x%x is not supported"), aCompression);