mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Fix C++ standard issue.
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user