Module Name:    src
Committed By:   msaitoh
Date:           Sun Nov 17 13:36:18 UTC 2019

Modified Files:
        src/usr.bin/msgc [netbsd-9]: msg_sys.def

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.47.2.1 src/usr.bin/msgc/msg_sys.def

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/msgc/msg_sys.def
diff -u src/usr.bin/msgc/msg_sys.def:1.47 src/usr.bin/msgc/msg_sys.def:1.47.2.1
--- src/usr.bin/msgc/msg_sys.def:1.47	Tue Jun 25 21:09:33 2019
+++ src/usr.bin/msgc/msg_sys.def	Sun Nov 17 13:36:18 2019
@@ -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 @@ void
 msg_table_add(msg msg_no)
 {
 
-	msg_printf("%s", msg_string(msg_no));
+	msg_fmt_table_add(msg_no, "");
 }
 
 void __printflike(2, 3)

Reply via email to