mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Added cleanup routines, cleanup with -pedantic on linux, closed #3788, Daniel
This commit is contained in:
2
xmlIO.c
2
xmlIO.c
@ -263,7 +263,7 @@ xmlParserInputBufferCreateFd(int fd, xmlCharEncoding enc) {
|
||||
* in case of error.
|
||||
*/
|
||||
int
|
||||
xmlParserInputBufferPush(xmlParserInputBufferPtr in, int len, char *buf) {
|
||||
xmlParserInputBufferPush(xmlParserInputBufferPtr in, int len, const char *buf) {
|
||||
char *buffer = NULL;
|
||||
int nbchars = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user