From 6b05529c377d2e6771e5fa308dc3ca34f9cabe30 Mon Sep 17 00:00:00 2001 From: szaka Date: Mon, 13 Mar 2006 20:41:02 +0000 Subject: [PATCH] Show all cluster accounting mismatches when --verbose used --- ntfsprogs/ntfsresize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfsprogs/ntfsresize.c b/ntfsprogs/ntfsresize.c index d4d972b2..65e1609c 100644 --- a/ntfsprogs/ntfsresize.c +++ b/ntfsprogs/ntfsresize.c @@ -961,7 +961,7 @@ static void compare_bitmaps(ntfs_volume *vol, struct bitmap *a) continue; } - if (++mismatch > 10) + if (++mismatch > 10 && !opt.verbose) continue; printf("Cluster accounting failed at %lld "