Mercurial > pidgin
changeset 3321:1a1a4243a12c
[gaim-migrate @ 3339]
Ask Slashdot: Software Product Liability?
committer: Tailor Script <tailor@pidgin.im>
author | Adam Fritzler <mid@auk.cx> |
---|---|
date | Mon, 17 Jun 2002 00:14:51 +0000 |
parents | 26130b6a04db |
children | b77edfedc39f |
files | src/protocols/msn/msn.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/msn.c Mon Jun 17 00:10:34 2002 +0000 +++ b/src/protocols/msn/msn.c Mon Jun 17 00:14:51 2002 +0000 @@ -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"));