Update of /cvsroot/gaim/gaim/src/protocols/msn
In directory usw-pr-cvs1:/tmp/cvs-serv629
Modified Files:
msn.c
Log Message:
Ask Slashdot: Software Product Liability?
Index: msn.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/msn/msn.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- msn.c 3 Jun 2002 05:07:55 -0000 1.83
+++ msn.c 17 Jun 2002 00:14:51 -0000 1.84
@@ -1619,7 +1619,7 @@
g_snprintf(buf2, sizeof(buf2), "%02x", di[i]);
strcat(sendbuf, buf2);
}
- strcat(sendbuf, "\n");
+ strcat(sendbuf, "\r\n");
if (msn_write(md->fd, sendbuf, strlen(sendbuf)) < 0) {
hide_login_progress(gc, _("Unable to send password"));
|