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_lfs Pull up revision 1.6 (requested by is):



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

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

diffstat:

 sbin/fsck_lfs/utilities.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fe06c4fdd860 -r 7c79d837694b sbin/fsck_lfs/utilities.c
--- a/sbin/fsck_lfs/utilities.c Tue Oct 10 22:24:52 2000 +0000
+++ b/sbin/fsck_lfs/utilities.c Tue Oct 10 22:24:55 2000 +0000
@@ -1,4 +1,4 @@
-/*     $Id: utilities.c,v 1.1 1999/03/18 02:02:19 perseant Exp $       */
+/*     $Id: utilities.c,v 1.1.2.1 2000/10/10 22:24:55 he Exp $ */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -546,7 +546,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