Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/mac68k Change the annoying printf() of 2 bac...



details:   https://anonhg.NetBSD.org/src/rev/0809752ab3e0
branches:  trunk
changeset: 473643:0809752ab3e0
user:      ender <ender%NetBSD.org@localhost>
date:      Sat Jun 12 00:21:13 1999 +0000

description:
Change the annoying printf() of 2 backspaces to a space followed by a
backspace for aesthetics.

diffstat:

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

diffs (18 lines):

diff -r f539ad2d413d -r 0809752ab3e0 sys/arch/mac68k/mac68k/macrom.c
--- a/sys/arch/mac68k/mac68k/macrom.c   Fri Jun 11 19:05:13 1999 +0000
+++ b/sys/arch/mac68k/mac68k/macrom.c   Sat Jun 12 00:21:13 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: macrom.c,v 1.43 1999/01/10 22:52:55 scottr Exp $       */
+/*     $NetBSD: macrom.c,v 1.44 1999/06/12 00:21:13 ender Exp $        */
 
 /*-
  * Copyright (C) 1994  Bradley A. Grantham
@@ -683,7 +683,7 @@
                 * A printf(""); is sufficient, but gcc -Wall is noisy about
                 * it, so I figured backspace is harmless enough...
                 */
-               printf("\010"); printf("\010");
+               printf(" "); printf("\010");
        }
 
 #if defined(MRG_DEBUG)



Home | Main Index | Thread Index | Old Index