Fix C++ standard issue.

This commit is contained in:
David Given
2021-04-19 20:27:44 +02:00
parent 1bec06fd75
commit b51f2c1ec8

View File

@@ -167,7 +167,7 @@ public:
//Read optional sector head map To Do
//read sector numbering map
unsigned int sector_map[header.numSectors]= {};
unsigned int sector_map[header.numSectors];
bool blnBaseOne = false;
sector_skew.clear();
for (b = 0; b < header.numSectors; b++)