summaryrefslogtreecommitdiff
path: root/lib/xmlparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xmlparse.c')
-rw-r--r--lib/xmlparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmlparse.c b/lib/xmlparse.c
index 10236fa..5df6464 100644
--- a/lib/xmlparse.c
+++ b/lib/xmlparse.c
@@ -2555,7 +2555,7 @@ doContent(XML_Parser parser,
(int)(dataPtr - (ICHAR *)dataBuf));
if (s == next)
break;
- if (ps_parsing == XML_FINISHED)
+ if (ps_parsing == XML_FINISHED || ps_parsing == XML_SUSPENDED)
break;
*eventPP = s;
}