]> git.sven.stormbind.net Git - sven/exfatprogs.git/blobdiff - fsck/repair.c
New upstream version 1.2.1
[sven/exfatprogs.git] / fsck / repair.c
index 92b1c3f90799868297bc3290f3a4e00d5c109b46..ab46f85a6b0e0bb6e066ed53b3ae6b663948a2d9 100644 (file)
@@ -61,6 +61,7 @@ static struct exfat_repair_problem problems[] = {
        {ER_FILE_LARGER_SIZE, ERF_PREEN_YES, ERP_TRUNCATE, 0, 0, 0},
        {ER_FILE_DUPLICATED_CLUS, ERF_PREEN_YES, ERP_TRUNCATE, 0, 0, 0},
        {ER_FILE_ZERO_NOFAT, ERF_PREEN_YES, ERP_FIX, 0, 0, 0},
+       {ER_DE_FIRST_CLUS, ERF_PREEN_YES, ERP_FIX, 0, 0, 0}
 };
 
 static struct exfat_repair_problem *find_problem(er_problem_code_t prcode)