From: Eric W. <war...@us...> - 2001-09-27 23:58:52
|
Update of /cvsroot/gaim/gaim/src/protocols/yahoo In directory usw-pr-cvs1:/tmp/cvs-serv12638 Modified Files: rxhandlers.c Log Message: this has bothered me Index: rxhandlers.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/yahoo/rxhandlers.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- rxhandlers.c 2001/08/29 23:49:18 1.3 +++ rxhandlers.c 2001/09/27 23:58:48 1.4 @@ -222,6 +222,7 @@ break; *tmp++ = '\0'; str_array[2] = tmp; + str_array[2][strlen(str_array[2]) - 1] = 0; if (sess->callbacks[YAHOO_HANDLE_MESSAGE].function) (*sess->callbacks[YAHOO_HANDLE_MESSAGE].function)(sess, pkt->nick2, str_array[0], |