Mercurial > pidgin.yaz
diff src/protocols/msn/cmdproc.c @ 19740:23258253c7a0
[gaim-migrate @ 16546]
can login sucessfully
Other's can see the online status
Can chat with gaim.
Some bug exist! will crash
Some Problem existed on group management
committed by MaYuan<mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
author | Ma Yuan <mayuan2006@gmail.com> |
---|---|
date | Sun, 23 Jul 2006 09:19:12 +0000 |
parents | 852b32710df0 |
children | 8b4653986e8e |
line wrap: on
line diff
--- a/src/protocols/msn/cmdproc.c Mon Jul 17 12:22:37 2006 +0000 +++ b/src/protocols/msn/cmdproc.c Sun Jul 23 09:19:12 2006 +0000 @@ -89,8 +89,7 @@ tmp = (incoming) ? 'S' : 'C'; - if ((show[len - 1] == '\n') && (show[len - 2] == '\r')) - { + if ((show[len - 1] == '\n') && (show[len - 2] == '\r')){ show[len - 2] = '\0'; } @@ -134,7 +133,7 @@ } msn_servconn_write(servconn, data, len); - gaim_debug_info("<<","%s",data); + gaim_debug_info("<<","%s\n",data); g_free(data); }