Module Name:    src
Committed By:   christos
Date:           Sun Feb 20 21:42:50 UTC 2011

Modified Files:
        src/sbin/fsck_msdos: dir.c

Log Message:
undo part of the previous patch, which I suspect is bad.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sbin/fsck_msdos/dir.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/fsck_msdos/dir.c
diff -u src/sbin/fsck_msdos/dir.c:1.24 src/sbin/fsck_msdos/dir.c:1.25
--- src/sbin/fsck_msdos/dir.c:1.24	Mon Feb  7 12:36:42 2011
+++ src/sbin/fsck_msdos/dir.c	Sun Feb 20 16:42:50 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: dir.c,v 1.24 2011/02/07 17:36:42 christos Exp $	*/
+/*	$NetBSD: dir.c,v 1.25 2011/02/20 21:42:50 christos Exp $	*/
 
 /*
  * Copyright (C) 1995, 1996, 1997 Wolfgang Solfrank
@@ -30,7 +30,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: dir.c,v 1.24 2011/02/07 17:36:42 christos Exp $");
+__RCSID("$NetBSD: dir.c,v 1.25 2011/02/20 21:42:50 christos Exp $");
 #endif /* not lint */
 
 #include <stdio.h>
@@ -560,7 +560,7 @@
 					vallfn = p;
 					valcl = cl;
 				} else if (shortSum != p[13]
-				   || lidx != lrnomask || lrnomask != 0) {
+				   || lidx != lrnomask) {
 					if (!invlfn) {
 						invlfn = vallfn;
 						invcl = valcl;

Reply via email to