summaryrefslogtreecommitdiff
path: root/parser.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-10-10 19:36:36 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-10-10 19:36:36 +0000
commit2b0f8799086f2a54444c618ab3ed01a8177491f2 (patch)
tree9889d890a59be96cb77d62718a3b662494181cec /parser.c
parentffbbed4228e2253256fa0c86e4c5af255a9a5860 (diff)
downloadlibxml2-2b0f8799086f2a54444c618ab3ed01a8177491f2.tar.gz
fixed a nasty bug with interning some text strings prepare for beta5 of
* SAX2.c: fixed a nasty bug with interning some text strings * configure.in: prepare for beta5 of 2.6.0 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h: better error handling for I/O and converted FTP and HTTP * parser.c: fixed another bug Daniel
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/parser.c b/parser.c
index 69a9c4c9..de6b6e06 100644
--- a/parser.c
+++ b/parser.c
@@ -8271,8 +8271,7 @@ xmlParseElement(xmlParserCtxtPtr ctxt) {
xmlParseContent(ctxt);
if (!IS_BYTE_CHAR(RAW)) {
xmlFatalErrMsgStrIntStr(ctxt, XML_ERR_TAG_NOT_FINISHED,
- "Premature end of data in tag %s line %d\n"
- "Couldn't find end of Start Tag %s line %d\n",
+ "Premature end of data in tag %s line %d\n",
name, line, NULL);
/*