# HG changeset patch # User Christian Hammond # Date 1064353861 0 # Node ID 85e39ec7f4cda8ac1fda4d596b24490a53c3b4b4 # Parent 7d67e5238b40ccc2b023155c4f3abb7055d2626a [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 diff -r 7d67e5238b40 -r 85e39ec7f4cd src/protocols/msn/switchboard.c --- 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);