]> wimlib.net Git - wimlib/commitdiff
xml.c: Fix writing <WINDOWS> element
authorEric Biggers <ebiggers3@gmail.com>
Sat, 7 Dec 2013 00:40:57 +0000 (18:40 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 7 Dec 2013 19:40:32 +0000 (13:40 -0600)
A positive return value of xmlTextWriterEndElement would be incorrectly
passed up the call chain, causing an unexpected error when writing the
XML data.


No differences found