diff options
author | George Hazan <ghazan@miranda.im> | 2018-07-09 22:28:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-07-09 22:28:27 +0300 |
commit | 6279b5f012a3b3d5734c9cc67c7a307cb0fd8eef (patch) | |
tree | 7b1e2ce0fd75fe4559b914aa52c2b3a40d54f60f /protocols/IcqOscarJ/src/icq_proto.h | |
parent | e9b6fb67ea86cf2e817cc846988dc736b3a6e216 (diff) |
fixes #920 (Crash when receiving file via ICQ)
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h index 03606edf51..ca775a081b 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -825,7 +825,7 @@ struct CIcqProto : public PROTO<CIcqProto> void proxy_sendJoinTunnel(oscar_connection *oc, WORD wPort);
//----| stdpackets.cpp |--------------------------------------------------------------
- void __cdecl oft_connectionThread(struct oscarthreadstartinfo *otsi);
+ void __cdecl oft_connectionThread(void *otsi);
int oft_handlePackets(oscar_connection *oc, BYTE *buf, size_t len);
int oft_handleFileData(oscar_connection *oc, BYTE *buf, size_t len);
|