Mercurial > pidgin
diff src/protocols/msn/switchboard.c @ 6917:85e39ec7f4cd
[gaim-migrate @ 7464]
#if 0 the /tmp/msn-msg thing, since only I really want to see this enabled,
until I get this all debugged.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Tue, 23 Sep 2003 21:51:01 +0000 |
| parents | 126e123bf065 |
| children | 083d1e4a9c78 |
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.c Tue Sep 23 20:08:21 2003 +0000 +++ b/src/protocols/msn/switchboard.c Tue Sep 23 21:51:01 2003 +0000 @@ -653,12 +653,14 @@ } ret = msn_servconn_write(swboard->servconn, buf, len); -#ifndef _WIN32 + +#if 0 /* Windows doesn't like Unix paths */ fp = fopen("/tmp/msn-msg", "wb"); fwrite(buf, 1, len, fp); fclose(fp); #endif + g_free(buf); return (ret > 0);
