fix format-overflow
This commit is contained in:
parent
045b5b3c52
commit
8bef23d24f
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user