Fix FT odd bank detection
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.