summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b44769a..ba254e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
* generic/tclBinary.c (FormatNumber): Extract a long from the
object and not an int, to stop [binary format] from being unable
to format some input numbers on architectures where sizeof(int) is
- less than sizeof(long) (particularly Alpha.) [Bug #441861]
+ less than sizeof(long) (particularly Alpha.) [tiprender Bug #441861]
* tests/format.test: Converted conditional execution of tests into
a test constraint.