diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-10-10 19:36:36 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-10-10 19:36:36 +0000 |
commit | 2b0f8799086f2a54444c618ab3ed01a8177491f2 (patch) | |
tree | 9889d890a59be96cb77d62718a3b662494181cec /parser.c | |
parent | ffbbed4228e2253256fa0c86e4c5af255a9a5860 (diff) | |
download | libxml2-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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); /* |