mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
as robert pointed again, xmlInputCallbackInitialized gets reset by
* xmlIO.c: as robert pointed again, xmlInputCallbackInitialized gets reset by xmlCleanupInputCallbacks() and this makes the function useless. Same for output. Daniel
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
|
||||||
|
gets reset by xmlCleanupInputCallbacks() and this makes the
|
||||||
|
function useless. Same for output.
|
||||||
|
|
||||||
Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
|
Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* xmlIO.c: robert pointed out a loop error in callback cleanups
|
* xmlIO.c: robert pointed out a loop error in callback cleanups
|
||||||
|
2
xmlIO.c
2
xmlIO.c
@ -144,7 +144,6 @@ xmlCleanupInputCallbacks(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
xmlInputCallbackNr = 0;
|
xmlInputCallbackNr = 0;
|
||||||
xmlInputCallbackInitialized = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -169,7 +168,6 @@ xmlCleanupOutputCallbacks(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
xmlOutputCallbackNr = 0;
|
xmlOutputCallbackNr = 0;
|
||||||
xmlOutputCallbackInitialized = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
|
Reference in New Issue
Block a user