avsa242 / sdfat-spin

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

fseek(): sect_offs unused #27

Open avsa242 opened 7 months ago

avsa242 commented 7 months ago

Well it is technically: it just increments by 4 in the cluster chain-following loop, but the resulting value isn't used. Probably a vestige of older code. Make sure something that used it wasn't erroneously ripped out.