fix format-overflow

This commit is contained in:
Chris Cromer 2019-05-01 20:30:59 -04:00
parent 045b5b3c52
commit 8bef23d24f
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 1 additions and 1 deletions

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 ;