summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-09-16 13:04:27 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-09-16 13:04:27 +0000
commit39c4a49dbfa7fd2e7bce9b7c56c91dceae726542 (patch)
tree5e67ce292d753da15afaef26ad9e929f455c58f1 /protocols/IcqOscarJ
parentc56ccb6226b01eafec0c6370feda1415cc46f009 (diff)
n-nope, we shall return 0
git-svn-id: http://svn.miranda-ng.org/main/trunk@1580 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ')
-rwxr-xr-xprotocols/IcqOscarJ/fam_01service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/fam_01service.cpp b/protocols/IcqOscarJ/fam_01service.cpp
index a2f4483674..9bc06f19ab 100755
--- a/protocols/IcqOscarJ/fam_01service.cpp
+++ b/protocols/IcqOscarJ/fam_01service.cpp
@@ -684,7 +684,7 @@ void CIcqProto::setUserInfo()
wAdditionalData += 16;
#endif
- wAdditionalData += CustomCapList.size() * 16;
+ wAdditionalData += (WORD)CustomCapList.size() * 16;
//MIM/PackName
bool bHasPackName = false;