diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/nvi/common/exf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/nvi/common/exf.c b/contrib/nvi/common/exf.c index 8c4dea5..e332f470 100644 --- a/contrib/nvi/common/exf.c +++ b/contrib/nvi/common/exf.c @@ -1004,7 +1004,7 @@ success_open: *--s = '.'; } } - msgq(sp, M_INFO, s); + msgq(sp, M_INFO, "%s", s); if (nf) FREE_SPACE(sp, p, 0); return (0); |