diff options
Diffstat (limited to 'src/unix.c')
-rw-r--r-- | src/unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix.c b/src/unix.c index 267351b00..4af6372b1 100644 --- a/src/unix.c +++ b/src/unix.c @@ -111,7 +111,7 @@ static void ChangeWorkingDirectory(char *exe) void ShowInfo(const char *str) { - puts(str); + fprintf(stderr, str); } void ShowOSErrorBox(const char *buf) |