]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - dump/main.c
New upstream version 1.2.7
[sven/exfat-utils.git] / dump / main.c
index 420a951d60a75987a8f3f28c0b38da459be604e1..4a764a8861956845fc9d7e3a478c23c6ecfcc8e2 100644 (file)
@@ -168,7 +168,7 @@ static int dump_file_fragments(const char* spec, const char* path)
        {
                off_t lsize;
 
-               if (CLUSTER_INVALID(cluster))
+               if (CLUSTER_INVALID(*ef.sb, cluster))
                {
                        exfat_error("'%s' has invalid cluster %#x", path, cluster);
                        rc = 1;