Merge tags.
--- a/languageinterworkingfw/servicehandler/src/liwecommonitor.cpp Wed Oct 21 13:56:01 2009 +0100
+++ b/languageinterworkingfw/servicehandler/src/liwecommonitor.cpp Mon Oct 26 17:47:04 2009 +0000
@@ -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 );
}