summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtk_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk_gui.c b/gtk/gtk_gui.c
index b706b9d4a..fe35f1e2f 100644
--- a/gtk/gtk_gui.c
+++ b/gtk/gtk_gui.c
@@ -388,7 +388,7 @@ void warn_user(const char *warning, const char *detail)
char buf[300]; /* 300 is the size the RISC OS GUI uses */
LOG(("%s %s", warning, detail));
- fflush(stderr);
+ fflush(stdout);
snprintf(buf, sizeof(buf), "%s %s", messages_get(warning),
detail ? detail : "");