aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'jnlib/ChangeLog')
-rw-r--r--jnlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/jnlib/ChangeLog b/jnlib/ChangeLog
index 92ce65a7..1d750bfa 100644
--- a/jnlib/ChangeLog
+++ b/jnlib/ChangeLog
@@ -1,3 +1,10 @@
+2001-11-01 Marcus Brinkmann <[email protected]>
+
+ * logging.c (log_printf): Do not initialize ARG_PTR with 0, we
+ don't know the correct type. Instead, run va_start and va_end
+ unconditionally.
+ Reported by Jose Carlos Garcia Sogo <[email protected]>.
+
2001-08-30 Werner Koch <[email protected]>
* logging.c (log_printf): Don't pass NULL instead of arg_ptr.