1 diff --git a/ex_unix.c b/ex_unix.c
2 index 4ad17f9..80815d1 100644
5 @@ -179,7 +179,7 @@ uexp:
6 if (warn && hush == 0 && chng && xchng != chng && value(WARN) && dol > zero) {
9 - printf(mesg(catgets(catd, 1, 197,
10 + printf("%s", mesg(catgets(catd, 1, 197,
11 "[No write]|[No write since last change]")));
14 diff --git a/ex_vops2.c b/ex_vops2.c
15 index 48050ff..e59727a 100644
18 @@ -211,7 +211,7 @@ showmode(int mode)
23 + printf("%s", &str[1]);