Mercurial > pidgin
changeset 32287:b2b704d658da
The second unknown field should be 0xffffffff to match previous and
accepted behaviour.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 16 Oct 2011 00:03:52 +0000 |
parents | 845885bd5e4d |
children | f0b5a6f8fded |
files | libpurple/protocols/msn/xfer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/xfer.c Sat Oct 15 23:43:14 2011 +0000 +++ b/libpurple/protocols/msn/xfer.c Sun Oct 16 00:03:52 2011 +0000 @@ -181,7 +181,7 @@ #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);