comparison src/protocols/oscar/ft.c @ 8078:ab0750ac5154

[gaim-migrate @ 8777] I've been staring at this convo signals stuff for too long. Can someone double check this? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 11 Jan 2004 23:45:23 +0000
parents 504d98d14c25
children 4720864c365d
comparison
equal deleted inserted replaced
8077:abee07bc573f 8078:ab0750ac5154
662 } else { 662 } else {
663 if ((userfunc = aim_callhandler(sess, conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMTYPING))) 663 if ((userfunc = aim_callhandler(sess, conn, AIM_CB_FAM_OFT, AIM_CB_OFT_DIRECTIMTYPING)))
664 ret = userfunc(sess, &fr, snptr, 0); 664 ret = userfunc(sess, &fr, snptr, 0);
665 } 665 }
666 666
667 /* Is the second half of this really needed? I'm skeptical. */
668 if ((payloadlength != 0) && (payloadlength != UINT_MAX)) { 667 if ((payloadlength != 0) && (payloadlength != UINT_MAX)) {
669 char *msg; 668 char *msg;
670 int recvd = 0; 669 int recvd = 0;
671 int i, isawaymsg; 670 int i, isawaymsg;
672 671