src/unix.c
branchcustombridgeheads
changeset 5648 1608018c5ff2
parent 5643 3778051e8095
--- a/src/unix.c	Wed Jan 03 20:00:29 2007 +0000
+++ b/src/unix.c	Thu Jan 11 13:16:26 2007 +0000
@@ -111,7 +111,7 @@
 
 void ShowInfo(const char *str)
 {
-	puts(str);
+	fprintf(stderr, str);
 }
 
 void ShowOSErrorBox(const char *buf)