pidgin: 07f98b62: Update Oscar for 64-bit file transfers. ...
qulogic at pidgin.im
qulogic at pidgin.im
Sun Oct 16 04:25:42 EDT 2011
----------------------------------------------------------------------
Revision: 07f98b6207920e8ba66e1239efeec4ed62092c7c
Parent: fff9f4e737cefb99d90bb9cd027ece039904b5d9
Author: qulogic at pidgin.im
Date: 10/16/11 03:52:24
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/07f98b6207920e8ba66e1239efeec4ed62092c7c
Changelog:
Update Oscar for 64-bit file transfers. This doesn't actually add any
support for >32-bit files; just fixes some variable types. Someone
probably needs to RE the protocol for 64-bit-ness.
Refs #1185.
Refs #8477.
Changes against parent fff9f4e737cefb99d90bb9cd027ece039904b5d9
patched libpurple/protocols/oscar/oft.c
-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oft.c fed0b297a4f3e4ded2b70aee76aa4cc3ae782329
+++ libpurple/protocols/oscar/oft.c 4908356647c8145427614443a63b4451422feb36
@@ -651,7 +651,7 @@ peer_oft_sendcb_init(PurpleXfer *xfer)
peer_oft_sendcb_init(PurpleXfer *xfer)
{
PeerConnection *conn;
- size_t size;
+ goffset size;
conn = purple_xfer_get_protocol_data(xfer);
conn->flags |= PEER_CONNECTION_FLAG_APPROVED;
More information about the Commits
mailing list