diff options
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |