Commit 51554e1f authored by claes's avatar claes

attr buffer was to small

parent 55963f86
......@@ -224,7 +224,7 @@ class WItemBaseAttr : public WItem {
pwr_tTid tid;
int size;
int flags;
char attr[40];
char attr[120];
char body[20];
pwr_tClassId classid;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment