fix format-overflow
This commit is contained in:
parent
045b5b3c52
commit
8bef23d24f
@ -27,7 +27,7 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char Filename[12]; //[*]vol.*
|
char Filename[15]; //[*]vol.*
|
||||||
long Loc; //location in vol file
|
long Loc; //location in vol file
|
||||||
bool Exists;
|
bool Exists;
|
||||||
}TResourceInfo ;
|
}TResourceInfo ;
|
||||||
|
Loading…
Reference in New Issue
Block a user