Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/bceda89df610
branches:  netbsd-1-4
changeset: 470992:bceda89df610
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 10 22:25:02 2000 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 7caa49c37eab -r bceda89df610 sbin/fsdb/fsdb.c
--- a/sbin/fsdb/fsdb.c  Tue Oct 10 22:24:59 2000 +0000
+++ b/sbin/fsdb/fsdb.c  Tue Oct 10 22:25:02 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fsdb.c,v 1.16 1999/03/09 16:11:47 bouyer Exp $ */
+/*     $NetBSD: fsdb.c,v 1.16.2.1 2000/10/10 22:25:02 he Exp $ */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: fsdb.c,v 1.16 1999/03/09 16:11:47 bouyer Exp $");
+__RCSID("$NetBSD: fsdb.c,v 1.16.2.1 2000/10/10 22:25:02 he Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -487,7 +487,7 @@
                }
                if (chars == 0)
                        printf("%d: ", *blknum);
-               printf(prbuf);
+               printf("%s", prbuf);
                chars += strlen(prbuf);
        }
        printf("\n");



Home | Main Index | Thread Index | Old Index