Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 Literal `%' in format string => `%%'



details:   https://anonhg.NetBSD.org/src/rev/71e2747b5352
branches:  trunk
changeset: 500737:71e2747b5352
user:      pk <pk%NetBSD.org@localhost>
date:      Sun Dec 17 21:42:21 2000 +0000

description:
Literal `%' in format string => `%%'

diffstat:

 sys/arch/sparc64/sparc64/clock.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3ea5e08151d6 -r 71e2747b5352 sys/arch/sparc64/sparc64/clock.c
--- a/sys/arch/sparc64/sparc64/clock.c  Sun Dec 17 21:41:43 2000 +0000
+++ b/sys/arch/sparc64/sparc64/clock.c  Sun Dec 17 21:42:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.34 2000/12/04 20:33:12 fvdl Exp $ */
+/*     $NetBSD: clock.c,v 1.35 2000/12/17 21:42:21 pk Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -604,7 +604,7 @@
                /* set the next interrupt time */
                tick_increment = cpu_clockrate / hz;
 #ifdef DEBUG
-               printf("Using %tick -- intr in %ld cycles...", tick_increment);
+               printf("Using %%tick -- intr in %ld cycles...", tick_increment);
 #endif
                next_tick(tick_increment);
 #ifdef DEBUG



Home | Main Index | Thread Index | Old Index