Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/stand/tostools/rawwrite Fix typo noticed by J...



details:   https://anonhg.NetBSD.org/src/rev/426db928880c
branches:  trunk
changeset: 467598:426db928880c
user:      leo <leo%NetBSD.org@localhost>
date:      Fri Mar 26 08:24:52 1999 +0000

description:
Fix typo noticed by James Boulton.

diffstat:

 sys/arch/atari/stand/tostools/rawwrite/rawwrite.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ca6f563236b6 -r 426db928880c sys/arch/atari/stand/tostools/rawwrite/rawwrite.c
--- a/sys/arch/atari/stand/tostools/rawwrite/rawwrite.c Fri Mar 26 08:21:49 1999 +0000
+++ b/sys/arch/atari/stand/tostools/rawwrite/rawwrite.c Fri Mar 26 08:24:52 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rawwrite.c,v 1.7 1998/01/16 09:19:37 leo Exp $ */
+/*     $NetBSD: rawwrite.c,v 1.8 1999/03/26 08:24:52 leo Exp $ */
 
 /*
  * Copyright (c) 1995 Leo Weppelman.
@@ -53,7 +53,7 @@
 int    V_flag = 0;     /* Show version                                 */
 char   *progname;
 
-const char version[] = "$Revision: 1.7 $";
+const char version[] = "$Revision: 1.8 $";
 
 int
 main(argc, argv)
@@ -114,7 +114,7 @@
        for (i = 0; i < NTRK; i++) {
                n = read(fd, buf, nsect * SECT_SIZE);
                if (n == 0) {
-                       eprintf("Only %d sectors in input file\r\n", i);
+                       eprintf("Only %d tracks in input file\r\n", i);
                        break;
                }
                if (n < 0)



Home | Main Index | Thread Index | Old Index