the parsing shit changed but this didnt yet
This commit is contained in:
parent
3c92311b3c
commit
61176f75fb
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ static void parse_xml(xmlDocPtr doc, xmlNodePtr node, void *d)
|
|||
{
|
||||
xmlNodePtr n;
|
||||
|
||||
node = node->xmlChildrenNode;
|
||||
if ((n = parse_find_node("remember", node)))
|
||||
history = parse_bool(doc, n);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue