Seltsames Ergebnis von Übergaben

RTF_SNEAK wurde bei fehlendem attribut falsch gesetzt.
This commit is contained in:
Enno Rehling 2005-12-02 23:04:36 +00:00
parent 5aa0ca5ff5
commit b09d0a89a7
1 changed files with 1 additions and 1 deletions

View File

@ -857,7 +857,7 @@ parse_resources(xmlDocPtr doc)
if (xml_bvalue(node, "pooled", true)) flags |= RTF_POOLED;
if (xml_bvalue(node, "limited", false)) flags |= RTF_LIMITED;
if (xml_bvalue(node, "sneak", true)) flags |= RTF_SNEAK;
if (xml_bvalue(node, "sneak", false)) flags |= RTF_SNEAK;
name = xmlGetProp(node, BAD_CAST "name");
appearance = xmlGetProp(node, BAD_CAST "appearance");