diff options
author | George Hazan <george.hazan@gmail.com> | 2014-11-30 16:44:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-11-30 16:44:58 +0000 |
commit | 237d02ebbabbedfb8b33160ebfb5250bbd491eca (patch) | |
tree | b849e272002724c24da02b6e4b714bdf9281a34b /protocols/IcqOscarJ/src/icq_filerequests.cpp | |
parent | f485b5e4b683cc31168d440dc89574913e814852 (diff) |
and a few more
git-svn-id: http://svn.miranda-ng.org/main/trunk@11174 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_filerequests.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_filerequests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_filerequests.cpp b/protocols/IcqOscarJ/src/icq_filerequests.cpp index 86b48eeb27..e66aedc990 100644 --- a/protocols/IcqOscarJ/src/icq_filerequests.cpp +++ b/protocols/IcqOscarJ/src/icq_filerequests.cpp @@ -124,7 +124,7 @@ void CIcqProto::handleFileRequest(PBYTE buf, size_t wLen, DWORD dwUin, DWORD dwC wLen -= 4;
// Filename
- WORD wFilenameLength;
+ size_t wFilenameLength;
unpackLEWord(&buf, &wFilenameLength);
if (!wFilenameLength) {
NetLog_Direct("Ignoring malformed file send request");
|