Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/msgc Re-add msg_clear() accidently dropped in previous.



details:   https://anonhg.NetBSD.org/src/rev/613506d84f6c
branches:  trunk
changeset: 457342:613506d84f6c
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jun 20 11:31:12 2019 +0000

description:
Re-add msg_clear() accidently dropped in previous.

diffstat:

 usr.bin/msgc/msg_sys.def |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d00bc6ea432d -r 613506d84f6c usr.bin/msgc/msg_sys.def
--- a/usr.bin/msgc/msg_sys.def  Thu Jun 20 10:56:38 2019 +0000
+++ b/usr.bin/msgc/msg_sys.def  Thu Jun 20 11:31:12 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg_sys.def,v 1.45 2019/06/20 00:45:18 christos Exp $  */
+/*     $NetBSD: msg_sys.def,v 1.46 2019/06/20 11:31:12 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -288,6 +288,7 @@
 msg_display(msg msg_no)
 {
 
+       msg_clear();
        msg_printf("%s", msg_string(msg_no));
 }
 



Home | Main Index | Thread Index | Old Index