mirror of
https://github.com/GNOME/libxml2.git
synced 2025-04-06 19:20:23 +08:00
patch from Rachel Hestilow to fix bug #84340
* xmlIO.c: patch from Rachel Hestilow to fix bug #84340
This commit is contained in:
parent
a63f3ffbf6
commit
9c45ba8f56
@ -1,3 +1,7 @@
|
||||
2002-06-06 Aleksey Sanin <set EMAIL_ADDRESS environment variable>
|
||||
|
||||
* xmlIO.c: patch from Rachel Hestilow to fix bug #84340
|
||||
|
||||
Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
|
||||
|
||||
*doc/FAQ.html
|
||||
|
2
xmlIO.c
2
xmlIO.c
@ -145,6 +145,7 @@ xmlCleanupInputCallbacks(void)
|
||||
}
|
||||
|
||||
xmlInputCallbackNr = 0;
|
||||
xmlInputCallbackInitialized = 0;
|
||||
}
|
||||
|
||||
/**
|
||||
@ -169,6 +170,7 @@ xmlCleanupOutputCallbacks(void)
|
||||
}
|
||||
|
||||
xmlOutputCallbackNr = 0;
|
||||
xmlOutputCallbackInitialized = 0;
|
||||
}
|
||||
|
||||
/************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user