summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--srfi/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/srfi/ChangeLog b/srfi/ChangeLog
index b49743e63..f12833f4a 100644
--- a/srfi/ChangeLog
+++ b/srfi/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-01 Marius Vollmer <mvo@zagadka.de>
+
+ * srfi-1.c (check_map_args): Move check_map_error label and elt
+ variable outside of loop scope so that we do not jump past the
+ initialization of elt.
+
2005-06-12 Marius Vollmer <mvo@zagadka.de>
* srfi-1.c: Do not use INUM macros, they are deprecated.