aboutsummaryrefslogtreecommitdiffstats
path: root/xmlIO.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-11-28 09:12:23 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-11-28 09:12:23 +0000
commit22f25a8a7e38e3a794cc575be47d770e3c094891 (patch)
tree3db3d7499981bad08e860510d26a03b546111827 /xmlIO.c
parent107ccaa1f77b94f646b460131bf638e4dc45d332 (diff)
downloadandroid_external_libxml2-22f25a8a7e38e3a794cc575be47d770e3c094891.tar.gz
android_external_libxml2-22f25a8a7e38e3a794cc575be47d770e3c094891.tar.bz2
android_external_libxml2-22f25a8a7e38e3a794cc575be47d770e3c094891.zip
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
Diffstat (limited to 'xmlIO.c')
-rw-r--r--xmlIO.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlIO.c b/xmlIO.c
index b9b9ae61..f4ef8bad 100644
--- a/xmlIO.c
+++ b/xmlIO.c
@@ -144,7 +144,6 @@ xmlCleanupInputCallbacks(void)
}
xmlInputCallbackNr = 0;
- xmlInputCallbackInitialized = 0;
}
/**
@@ -169,7 +168,6 @@ xmlCleanupOutputCallbacks(void)
}
xmlOutputCallbackNr = 0;
- xmlOutputCallbackInitialized = 0;
}
/************************************************************************