diff src/server.c @ 7475:08ce2a94d9c7

[gaim-migrate @ 8088] I made Gaim compile with -ansi in my CFLAGS... I don't really know why. I had to set HAVE_GETADDRINFO and HAVE_SIGNAL_H to 0 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 11 Nov 2003 07:08:13 +0000
parents 643cbc9a6035
children 6b9f452e84e1
line wrap: on
line diff
--- a/src/server.c	Tue Nov 11 05:57:24 2003 +0000
+++ b/src/server.c	Tue Nov 11 07:08:13 2003 +0000
@@ -1158,7 +1158,7 @@
 				}
 			}
 			gaim_sound_play_event(GAIM_SOUND_BUDDY_ARRIVE);
-			// LOG system_log(log_signon, gc, b, OPT_LOG_BUDDY_SIGNON);
+			/* LOG system_log(log_signon, gc, b, OPT_LOG_BUDDY_SIGNON); */
 		}
 	} else {
 		if (GAIM_BUDDY_IS_ONLINE(b)) {
@@ -1184,7 +1184,7 @@
 			}
 			serv_got_typing_stopped(gc, name); /* obviously not typing */
 			gaim_sound_play_event(GAIM_SOUND_BUDDY_LEAVE);
-			// LOG system_log(log_signoff, gc, b, OPT_LOG_BUDDY_SIGNON);
+			/* LOG system_log(log_signoff, gc, b, OPT_LOG_BUDDY_SIGNON); */
 		}
 	}