Mercurial > pidgin.yaz
changeset 8000:3ca778499f19
[gaim-migrate @ 8677]
This shouldn't get optimized out like the other one might.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 05 Jan 2004 01:34:04 +0000 |
parents | 38df71d58500 |
children | 934f5df83b29 |
files | src/protocols/oscar/ft.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/ft.c Sun Jan 04 23:07:41 2004 +0000 +++ b/src/protocols/oscar/ft.c Mon Jan 05 01:34:04 2004 +0000 @@ -663,7 +663,7 @@ ret = userfunc(sess, &fr, snptr, 0); } - if ((payloadlength != 0) && (payloadlength + 1 != 0)) { + if ((payloadlength != 0) && (payloadlength != UINT_MAX)) { char *msg; int recvd = 0; int i, isawaymsg;