From 6ecd686c369d3893ce5d4df22d01170b10cc1047 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 6 Jan 2016 22:28:53 +0000 Subject: Remove the numeric identifiers at the beginning of the messages which used to be used as the message number to lookup in the catalog. From Martijn van Duren --- usr.bin/vi/ex/ex_mkexrc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/vi/ex/ex_mkexrc.c') diff --git a/usr.bin/vi/ex/ex_mkexrc.c b/usr.bin/vi/ex/ex_mkexrc.c index ce6a6d6dd7f..96a73b234b8 100644 --- a/usr.bin/vi/ex/ex_mkexrc.c +++ b/usr.bin/vi/ex/ex_mkexrc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ex_mkexrc.c,v 1.6 2014/11/12 04:28:41 bentley Exp $ */ +/* $OpenBSD: ex_mkexrc.c,v 1.7 2016/01/06 22:28:52 millert Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -56,7 +56,7 @@ ex_mkexrc(SCR *sp, EXCMD *cmdp) if (!FL_ISSET(cmdp->iflags, E_C_FORCE) && !stat(fname, &sb)) { msgq_str(sp, M_ERR, fname, - "137|%s exists, not written; use ! to override"); + "%s exists, not written; use ! to override"); return (1); } @@ -86,7 +86,7 @@ ex_mkexrc(SCR *sp, EXCMD *cmdp) goto e2; } - msgq_str(sp, M_INFO, fname, "138|New exrc file: %s"); + msgq_str(sp, M_INFO, fname, "New exrc file: %s"); return (0); e1: sverrno = errno; -- cgit v1.2.3