avsa242 / sdfat-spin

FAT-fs on SD implementation for the P8X32A/Propeller, P2X8C4M64P/Propeller 2
Other
0 stars 0 forks source link

fcount_clust() blindly advances to next numerical sector #24

Open avsa242 opened 6 months ago

avsa242 commented 6 months ago

when following the cluster chain, the loop just advances to the next fat sector, if it needs to. Shouldn't this actually go to a specific sector based on the next link in the chain, which might not necessarily be the very next sector?