fix format-overflow

This commit is contained in:
2019-05-01 20:30:59 -04:00
parent 045b5b3c52
commit 8bef23d24f

View File

@@ -27,7 +27,7 @@
using namespace std;
typedef struct {
char Filename[12]; //[*]vol.*
char Filename[15]; //[*]vol.*
long Loc; //location in vol file
bool Exists;
}TResourceInfo ;