mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
small fix fixed an error message Daniel
* encoding.c: small fix * xmlIO.c: fixed an error message Daniel
This commit is contained in:
2
xmlIO.c
2
xmlIO.c
@ -2182,7 +2182,7 @@ xmlParserInputBufferGrow(xmlParserInputBufferPtr in, int len) {
|
||||
if (needSize > in->buffer->size){
|
||||
if (!xmlBufferResize(in->buffer, needSize)){
|
||||
xmlGenericError(xmlGenericErrorContext,
|
||||
"xmlBufferAdd : out of memory!\n");
|
||||
"xmlParserInputBufferGrow : out of memory!\n");
|
||||
return(0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user