diff --git a/ntfsprogs/ntfscluster.c b/ntfsprogs/ntfscluster.c index 8dd4d921..e02f63c5 100644 --- a/ntfsprogs/ntfscluster.c +++ b/ntfsprogs/ntfscluster.c @@ -247,10 +247,11 @@ int cluster_find (ntfs_volume *vol, LCN s_begin, LCN s_end) if (!in_use) { if (s_begin == s_end) - printf ("clusters isn't in use\n"); + printf ("cluster isn't in use\n"); else printf ("clusters aren't in use\n"); - return 0; + result = 0; + goto free; } // first, is the cluster in use in $Bitmap?