Skip to content

Fix FT odd bank detection

Louis Henry requested to merge lohenry-fixOddBanks into master

Odd bank detection was wrong. The expected size of a bank is (4bytes header) + nClusters*(2bytes cluster). The parity of the number of clusters is a priori not known. However, a bank would be odd if it had an odd number of bytes, which could lead to problems.

@graven

Merge request reports