diff src/server.c @ 200:bc117fbcf527

[gaim-migrate @ 210] Made the receive non-blocking, added a cancel button, and a few other updates. No, sending a file to someone does not work yet. Be patient. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 30 Apr 2000 21:47:04 +0000
parents f2d631f867a3
children 6ced2f1c8b24
line wrap: on
line diff
--- a/src/server.c	Sun Apr 30 10:42:46 2000 +0000
+++ b/src/server.c	Sun Apr 30 21:47:04 2000 +0000
@@ -217,7 +217,7 @@
         if (message)
                 g_snprintf(buf, MSG_LEN, "toc_set_away \"%s\"", message);
         else
-                g_snprintf(buf, MSG_LEN, "toc_set_away");
+                g_snprintf(buf, MSG_LEN, "toc_set_away \"\"");
 	sflap_send(buf, -1, TYPE_DATA);
 #endif
 }