Fixed make checkcfg
This commit is contained in:
parent
e03ef93ed7
commit
e1dd04c536
|
@ -190,7 +190,7 @@ Library::Error Library::load(const tinyxml2::XMLDocument &doc)
|
||||||
AllocFunc temp = {0};
|
AllocFunc temp = {0};
|
||||||
temp.groupId = allocationId;
|
temp.groupId = allocationId;
|
||||||
|
|
||||||
temp.initData = memorynode->BoolAttribute("init", false);
|
temp.initData = memorynode->BoolAttribute("init", true);
|
||||||
temp.arg = memorynode->IntAttribute("arg", -1);
|
temp.arg = memorynode->IntAttribute("arg", -1);
|
||||||
|
|
||||||
const char *bufferSize = memorynode->Attribute("buffer-size");
|
const char *bufferSize = memorynode->Attribute("buffer-size");
|
||||||
|
|
Loading…
Reference in New Issue