# HG changeset patch # User Sean Egan # Date 1073266444 0 # Node ID 3ca778499f19db6c13fd4208d5847a6516d807f4 # Parent 38df71d58500b29e36fc78e06e8dbe6a27901f7c [gaim-migrate @ 8677] This shouldn't get optimized out like the other one might. committer: Tailor Script diff -r 38df71d58500 -r 3ca778499f19 src/protocols/oscar/ft.c --- 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;