Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sbin/fsck_ffs Pull up revision 1.27 (requested by is):



details:   https://anonhg.NetBSD.org/src/rev/fe06c4fdd860
branches:  netbsd-1-4
changeset: 470989:fe06c4fdd860
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 10 22:24:52 2000 +0000

description:
Pull up revision 1.27 (requested by is):
  Format string cleanup.

diffstat:

 sbin/fsck_ffs/utilities.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 943ba6b42e06 -r fe06c4fdd860 sbin/fsck_ffs/utilities.c
--- a/sbin/fsck_ffs/utilities.c Tue Oct 10 22:24:49 2000 +0000
+++ b/sbin/fsck_ffs/utilities.c Tue Oct 10 22:24:52 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: utilities.c,v 1.25 1998/05/06 02:45:09 mycroft Exp $   */
+/*     $NetBSD: utilities.c,v 1.25.2.1 2000/10/10 22:24:52 he Exp $    */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)utilities.c        8.6 (Berkeley) 5/19/95";
 #else
-__RCSID("$NetBSD: utilities.c,v 1.25 1998/05/06 02:45:09 mycroft Exp $");
+__RCSID("$NetBSD: utilities.c,v 1.25.2.1 2000/10/10 22:24:52 he Exp $");
 #endif
 #endif /* not lint */
 
@@ -556,7 +556,7 @@
                if (idesc->id_type == DATA)
                        direrror(idesc->id_number, msg);
                else
-                       pwarn(msg);
+                       pwarn("%s", msg);
                if (preen) {
                        printf(" (SALVAGED)\n");
                        idesc->id_fix = FIX;



Home | Main Index | Thread Index | Old Index