Many files:
  Checked in e2fsprogs 1.01.

diff --git a/misc/fsck.c b/misc/fsck.c
index ef21024..05afde9 100644
--- a/misc/fsck.c
+++ b/misc/fsck.c
@@ -410,7 +410,7 @@
 	int retval;
 	char prog[80];
 
-	if (fstype && strncmp(type, "no", 2) && !strchr(type, ','))
+	if (fstype && strncmp(fstype, "no", 2) && !strchr(fstype, ','))
 		type = fstype;
 
 	if ((fsent = lookup(device))) {