diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-25 18:35:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-25 18:35:16 +0000 |
commit | f8025eba881e80e6dc301c4005ef0d2077bf086a (patch) | |
tree | 44b7e885f95c3eddbd3378f0744aec21ebd64461 /protocols/AimOscar | |
parent | 60eb7158c64c215db62ba3df6f248778792cbe5a (diff) |
- obsolete menu processing code removed;
- common menu commands processing code moved to the core;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@14698 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar')
-rw-r--r-- | protocols/AimOscar/src/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/AimOscar/src/file.cpp b/protocols/AimOscar/src/file.cpp index 9e075e3f79..19efeee646 100644 --- a/protocols/AimOscar/src/file.cpp +++ b/protocols/AimOscar/src/file.cpp @@ -248,7 +248,7 @@ int CAimProto::sending_file(file_transfer *ft, HANDLE hServerPacketRecver, NETLI }
else if (type == 0x0205)
{
- oft2* recv_ft = (oft2*)packetRecv.buffer;
+ recv_ft = (oft2*)packetRecv.buffer;
recv_ft->type = _htons(0x0106);
ft->pfts.currentFileProgress = _htonl(recv_ft->recv_bytes);
|