- error.c: attempt to fix the xmlGetVarStr breakage once and for
  good. Use a macro and based on the solution provided in
  vsnprintf manual page from GNU.
Daniel
diff --git a/ChangeLog b/ChangeLog
index b223f22..cf30208 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jun  5 19:11:02 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
+
+	* error.c: attempt to fix the xmlGetVarStr breakage once and for
+	  good. Use a macro and based on the solution provided in 
+	  vsnprintf manual page from GNU.
+
 Tue Jun  5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
 
 	* error.c: Workaround for non-preserving variadic list.