changeset 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 7d67e5238b40
children d4b53b3d20eb
files src/protocols/msn/switchboard.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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);