Skip to content

Commit 588bbd8

Browse files
authored
Merge branch 'develop' into acq
2 parents 9b2d80e + 65ba598 commit 588bbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fat.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ impl FatVolume {
885885
} else if dir_entry.is_valid() && !dir_entry.is_lfn() {
886886
// Safe, since Block::LEN always fits on a u32
887887
let start = u32::try_from(start).unwrap();
888-
let entry = dir_entry.get_entry(FatType::Fat16, block, start);
888+
let entry = dir_entry.get_entry(FatType::Fat32, block, start);
889889
func(&entry);
890890
}
891891
}

0 commit comments

Comments
 (0)