pidgin: b82934a3: The second unknown field should be 0xfff...

qulogic at pidgin.im qulogic at pidgin.im
Sat Oct 15 20:20:51 EDT 2011


----------------------------------------------------------------------
Revision: b82934a3e05d859d76f0a5688f1d2e0e2872ac59
Parent:   a0ec4b577c42b1047b959642f310ac053de4336b
Author:   qulogic at pidgin.im
Date:     10/15/11 20:03:52
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/b82934a3e05d859d76f0a5688f1d2e0e2872ac59

Changelog: 

The second unknown field should be 0xffffffff to match previous and
accepted behaviour.

Changes against parent a0ec4b577c42b1047b959642f310ac053de4336b

  patched  libpurple/protocols/msn/xfer.c

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/xfer.c	db55914ca25b1a3ed3239b47146f668161850b9e
+++ libpurple/protocols/msn/xfer.c	4ae54bb0533ae49d3ed9669a68c502178b029e30
@@ -181,7 +181,7 @@ msn_file_context_to_wire(MsnFileContext 
 #else
 	memset(tmp, 0, sizeof(gchar[30]));
 	tmp += sizeof(gchar[30]);
-	msn_push32le(tmp, 0);
+	msn_push32le(tmp, 0xffffffff);
 #endif
 	if (context->preview) {
 		memcpy(tmp, context->preview, context->preview_len);


More information about the Commits mailing list