--- 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)