changeset 32759:8a29624609b0

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.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 16 Oct 2011 07:52:24 +0000
parents 89fa8261e241
children edb20c793641
files libpurple/protocols/oscar/oft.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oft.c	Sun Oct 16 07:47:40 2011 +0000
+++ b/libpurple/protocols/oscar/oft.c	Sun Oct 16 07:52:24 2011 +0000
@@ -651,7 +651,7 @@
 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;