From 312de647e72b9bbfb7ef744aaf44b775bd236606 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 6 Mar 2008 06:44:41 +0000 Subject: * sprintf.c (rb_str_format): casting double to long is undefined if the interger part of double is out of the range of long. (fix previous commit). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cf507ee2f..2176d01e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Thu Mar 6 15:16:55 2008 NAKAMURA Usaku +Thu Mar 6 15:44:20 2008 NAKAMURA Usaku * sprintf.c (rb_str_format): casting double to long is undefined if the interger part of double is out of the range of long. -- cgit