summaryrefslogtreecommitdiff
path: root/src/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix.c')
-rw-r--r--src/unix.c2
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)