mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-01-27 21:42:29 +00:00
- error.c: Jean Franois Lecomte provided a complete description
and a fix to bug #53537 Daniel
This commit is contained in:
parent
5c4ec4c862
commit
5a7c3459d0
@ -1,3 +1,8 @@
|
||||
Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* error.c: Jean François Lecomte provided a complete description
|
||||
and a fix to bug #53537
|
||||
|
||||
Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
|
||||
|
9
error.c
9
error.c
@ -137,8 +137,13 @@ xmlParserPrintFileContext(xmlParserInputPtr input) {
|
||||
*ctnt++ = ' ';
|
||||
cur--;
|
||||
}
|
||||
*(--ctnt) = '^';
|
||||
*(++ctnt) = 0;
|
||||
if (ctnt > content) {
|
||||
*(--ctnt) = '^';
|
||||
*(++ctnt) = 0;
|
||||
} else {
|
||||
*ctnt = '^';
|
||||
*(++ctnt) = 0;
|
||||
}
|
||||
xmlGenericError(xmlGenericErrorContext,"%s\n", content);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user