pull/629/head
Kim Kulling 2015-08-07 21:22:09 +02:00
parent 23dba9fcf2
commit 88746af2e6
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ struct Image;
// ------------------------------------------------------------------------------- // -------------------------------------------------------------------------------
struct ID : ElemBase { struct ID : ElemBase {
char name[24] WARN; char name[1024] WARN;
short flag; short flag;
}; };