summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 8b6932e1..05159707 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -252,7 +252,7 @@ int fix_cursor(char *str, int pos, unsigned int dir)
static void
indigestion(int i)
{
- vmsg("ÄY­«¤º¶Ë (%d)\n", i);
+ vmsgf("ÄY­«¤º¶Ë (%d)\n", i);
u_exit("EDITOR FAILED");
exit(0);
}