sigh it's not easy to make this a proper flexible member
This commit is contained in:
parent
9a82b7b8a1
commit
a62195590d
1 changed files with 1 additions and 1 deletions
2
run.cc
2
run.cc
|
|
@ -56,7 +56,7 @@ struct worddata
|
|||
uint32_t m;
|
||||
unsigned char c[26];
|
||||
uint16_t l;
|
||||
char w[1];
|
||||
char w[1]; // note: not declared as flexible member for Reasons
|
||||
|
||||
private:
|
||||
/* Note: Constructor assumes that storage for word has been
|
||||
|
|
|
|||
Loading…
Reference in a new issue