summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-03-20 17:52:50 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-03-20 17:52:50 (EDT)
commitec9fb981d8254227ed4089db8be71e6fca8697bd (patch)
treef7ec3cb33af9c3b24680bc58d952a224ab4f7ba5
parentcdd09ed5a92c489c18306e1fd481081088b7f0cd (diff)
downloaddodge-balls-ec9fb981d8254227ed4089db8be71e6fca8697bd.zip
dodge-balls-ec9fb981d8254227ed4089db8be71e6fca8697bd.tar.gz
dodge-balls-ec9fb981d8254227ed4089db8be71e6fca8697bd.tar.bz2
map: Don't stop parsing on invalid end tag
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 01b9b10..685d1b0 100644
--- a/src/map.c
+++ b/src/map.c
@@ -57,7 +57,7 @@ _db_tmx_invalid_end(void *pv, const char *name)
p = (XML_Parser) pv;
- db_xml_unexpected_end_tag(p, name, "");
+ db_xml_node_pop(p);
}
static void XMLCALL