Commit 09f407ca authored by Marcus Nordenberg's avatar Marcus Nordenberg

update gsdml parser

parent c65141e0
This diff is collapsed.
This diff is collapsed.
...@@ -65,8 +65,8 @@ public: ...@@ -65,8 +65,8 @@ public:
co_xml_parser* parser; co_xml_parser* parser;
unsigned int tag_stack[100]; unsigned int tag_stack[100];
unsigned int tag_stack_cnt; unsigned int tag_stack_cnt;
void* object_stack[100]; void* object_stack[2048];
unsigned int object_stack_id[100]; unsigned int object_stack_id[2048];
unsigned int object_stack_cnt; unsigned int object_stack_cnt;
}; };
......
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