console/gntgaim.c

changeset 13926
d2c1522276b3
parent 13919
94caf5dc02b4
child 13931
a0a91e17f899
--- a/console/gntgaim.c	Sat Jun 24 08:54:33 2006 +0000
+++ b/console/gntgaim.c	Sat Jun 24 10:10:53 2006 +0000
@@ -168,6 +168,9 @@
 
 int main(int argc, char **argv)
 {
+	/* XXX: Don't puke */
+	freopen("/dev/null", "w", stderr);
+
 	/* Initialize the libgaim stuff */
 	init_libgaim();
 

mercurial