forked from github/server
Seltsames Ergebnis von Übergaben RTF_SNEAK wurde bei fehlendem attribut falsch gesetzt.
This commit is contained in:
parent
5aa0ca5ff5
commit
b09d0a89a7
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue