From cd688dfd65e46376045cf396b2251b54dd42da4e Mon Sep 17 00:00:00 2001
From: Kaz Kylheku <kaz@kylheku.com>
Date: Sat, 8 Mar 2014 00:35:39 -0800
Subject: * rand.c (rand_init): Oops! Spectacular silliness here broke the
 symbol module: two intern calls in consecutive lines, one for the name
 without "earmuffs", one with, leading to the situation that the C code looks
 for a dynamic variable that does not exist.

---
 ChangeLog | 8 ++++++++
 1 file changed, 8 insertions(+)

(limited to 'ChangeLog')

diff --git a/ChangeLog b/ChangeLog
index 4ff48142..32822035 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-03-08  Kaz Kylheku  <kaz@kylheku.com>
+
+	* rand.c (rand_init): Oops! Spectacular silliness here
+	broke the symbol module: two intern calls in consecutive
+	lines, one for the name without "earmuffs", one with,
+	leading to the situation that the C code looks for a
+	dynamic variable that does not exist.
+
 2014-03-07  Kaz Kylheku  <kaz@kylheku.com>
 
 	* match.c (LOG_MATCH, LOG_MISMATCH): Wouldn't you know it;
-- 
cgit v1.2.3