Source-Changes-HG archive

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

[src/netbsd-9]: src/usr.bin/msgc Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/29d411284f9f
branches:  netbsd-9
changeset: 461160:29d411284f9f
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Nov 17 13:36:18 2019 +0000

description:
Pull up following revision(s) (requested by martin in ticket #433):
        usr.bin/msgc/msg_sys.def: revision 1.48
msg_table_add(): fix mishap in the format safety changes in r1.45

diffstat:

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

diffs (18 lines):

diff -r bc6fa5134027 -r 29d411284f9f usr.bin/msgc/msg_sys.def
--- a/usr.bin/msgc/msg_sys.def  Sun Nov 17 08:04:06 2019 +0000
+++ b/usr.bin/msgc/msg_sys.def  Sun Nov 17 13:36:18 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg_sys.def,v 1.47 2019/06/25 21:09:33 joerg Exp $     */
+/*     $NetBSD: msg_sys.def,v 1.47.2.1 2019/11/17 13:36:18 msaitoh Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -653,7 +653,7 @@
 msg_table_add(msg msg_no)
 {
 
-       msg_printf("%s", msg_string(msg_no));
+       msg_fmt_table_add(msg_no, "");
 }
 
 void __printflike(2, 3)



Home | Main Index | Thread Index | Old Index