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/26a5a6e6535b
branches: trunk
changeset: 452168:26a5a6e6535b
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 dc4d9bb39691 -r 26a5a6e6535b 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