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_msdos Apply patch (requested by he):
details: https://anonhg.NetBSD.org/src/rev/9fff8585a758
branches: netbsd-1-4
changeset: 470999:9fff8585a758
user: he <he%NetBSD.org@localhost>
date: Wed Oct 11 18:01:31 2000 +0000
description:
Apply patch (requested by he):
Correct typo in previous.
diffstat:
sbin/fsck_msdos/fat.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 60cdc00ed281 -r 9fff8585a758 sbin/fsck_msdos/fat.c
--- a/sbin/fsck_msdos/fat.c Tue Oct 10 22:30:15 2000 +0000
+++ b/sbin/fsck_msdos/fat.c Wed Oct 11 18:01:31 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fat.c,v 1.9.2.1 2000/10/10 22:22:41 he Exp $ */
+/* $NetBSD: fat.c,v 1.9.2.2 2000/10/11 18:01:31 he Exp $ */
/*
* Copyright (C) 1995, 1996, 1997 Wolfgang Solfrank
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: fat.c,v 1.9.2.1 2000/10/10 22:22:41 he Exp $");
+__RCSID("$NetBSD: fat.c,v 1.9.2.2 2000/10/11 18:01:31 he Exp $");
#endif /* not lint */
#include <stdlib.h>
@@ -150,7 +150,7 @@
case CLUST16_MASK:
pwarn("%s (%02x%02x%02x%02x)\n",
"FAT starts with odd byte sequence",
- buffer[0], buffer[1]. buffer[2], buffer[3]);
+ buffer[0], buffer[1], buffer[2], buffer[3]);
break;
default:
pwarn("%s (%02x%02x%02x)\n",
Home |
Main Index |
Thread Index |
Old Index