summaryrefslogtreecommitdiff
path: root/src/gui_riscos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_riscos.c')
-rw-r--r--src/gui_riscos.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui_riscos.c b/src/gui_riscos.c
index 2c40514fd..2f334191c 100644
--- a/src/gui_riscos.c
+++ b/src/gui_riscos.c
@@ -3218,8 +3218,7 @@ gui_mch_call_shell(cmd, options)
length = out_redir - cmd;
out_file = fopen(out_redir + 3, "wb");
if (out_file == NULL)
- msg_str("WARNING : Can't open file %s for writing\n",
- out_redir + 3);
+ smsg("WARNING : Can't open file %s for writing\n", out_redir + 3);
}
if (length > 180)