src/unix.c
changeset 5827 20879afb77f6
parent 5726 8f399788f6c9
--- a/src/unix.c	Tue Jan 09 19:43:46 2007 +0000
+++ b/src/unix.c	Tue Jan 09 21:25:13 2007 +0000
@@ -111,7 +111,7 @@
 
 void ShowInfo(const char *str)
 {
-	puts(str);
+	fprintf(stderr, str);
 }
 
 void ShowOSErrorBox(const char *buf)