1
0
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:
Daniel Veillard
2001-11-28 09:12:23 +00:00
parent 107ccaa1f7
commit 22f25a8a7e
2 changed files with 6 additions and 2 deletions

View File

@ -144,7 +144,6 @@ xmlCleanupInputCallbacks(void)
}
xmlInputCallbackNr = 0;
xmlInputCallbackInitialized = 0;
}
/**
@ -169,7 +168,6 @@ xmlCleanupOutputCallbacks(void)
}
xmlOutputCallbackNr = 0;
xmlOutputCallbackInitialized = 0;
}
/************************************************************************