diff -r a7062f7f0b79 -r 71d4435b6f65 languageinterworkingfw/servicehandler/src/liwecommonitor.cpp --- a/languageinterworkingfw/servicehandler/src/liwecommonitor.cpp Thu Sep 10 12:58:32 2009 +0300 +++ b/languageinterworkingfw/servicehandler/src/liwecommonitor.cpp Mon Oct 26 08:21:08 2009 +0200 @@ -95,7 +95,7 @@ TUid resolvUid = { KLiwResolverImplUidValue }; TBuf8 dataType; - if(aItem->ServiceCmdStr().Length() + aItem->ContentType().Length() > KMaxCmdLength) + if((aItem->ServiceCmdStr().Length() + aItem->ContentType().Length()) > KMaxCmdLength) { User::Leave( KLiwUnknown ); }