Reservieren hat nicht mehr mit dem Materialpool gewirkt, weil der default für pooled false war, und keines der items das gesetzt hat.
This commit is contained in:
Enno Rehling 2005-03-05 20:00:42 +00:00
parent 94b7b9abab
commit 7bd8193cdb
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ parse_resources(xmlDocPtr doc)
xmlXPathObjectPtr result;
int k;
if (xml_bvalue(node, "pooled", false)) flags |= RTF_POOLED;
if (xml_bvalue(node, "pooled", true)) flags |= RTF_POOLED;
property = xmlGetProp(node, BAD_CAST "name");
assert(property!=NULL);