X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=dump%2Fmain.c;fp=dump%2Fmain.c;h=4a764a8861956845fc9d7e3a478c23c6ecfcc8e2;hp=420a951d60a75987a8f3f28c0b38da459be604e1;hb=b93dc3b20cca96c8d0e324f785e04578946e2845;hpb=9fc645b877c3ed3d6436a8aad3daa584b8ad1688 diff --git a/dump/main.c b/dump/main.c index 420a951..4a764a8 100644 --- a/dump/main.c +++ b/dump/main.c @@ -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;