diff options
author | George Hazan <george.hazan@gmail.com> | 2012-09-16 13:04:27 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-09-16 13:04:27 +0000 |
commit | 39c4a49dbfa7fd2e7bce9b7c56c91dceae726542 (patch) | |
tree | 5e67ce292d753da15afaef26ad9e929f455c58f1 /protocols/IcqOscarJ | |
parent | c56ccb6226b01eafec0c6370feda1415cc46f009 (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-x | protocols/IcqOscarJ/fam_01service.cpp | 2 |
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;
|