summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-05-10 18:59:56 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-05-10 18:59:56 (GMT)
commitcb677f8e6174a228ab3be078bb8787973ad769b7 (patch)
tree09ea2b29ada667a0f1aebb7f79536559edcf4143
parent5d9a90aa1eb03973daff1aee8fa4eadd7a37b45b (diff)
downloadtcl-cb677f8e6174a228ab3be078bb8787973ad769b7.zip
tcl-cb677f8e6174a228ab3be078bb8787973ad769b7.tar.gz
tcl-cb677f8e6174a228ab3be078bb8787973ad769b7.tar.bz2
fix ChangeLog message for last commit
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ca964be..254e8ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2005-05-10 Kevin Kenny <kennykb@acm.org>
- * tclBinary.c (FormatNumber): Fixed a bug where NaN's
+ * generic/tclBinary.c (FormatNumber): Fixed a bug where NaN's
resulted in reads of uninitialized memory when using 'd',
'q', or 'Q' format.