--- 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<KMaxDataParamSize> dataType;
- if(aItem->ServiceCmdStr().Length() + aItem->ContentType().Length() > KMaxCmdLength)
+ if((aItem->ServiceCmdStr().Length() + aItem->ContentType().Length()) > KMaxCmdLength)
{
User::Leave( KLiwUnknown );
}