From dfac39ff8d6a080f5cb3faea44b53dbdec5e06ae Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 4 Sep 2006 20:57:02 +0000 Subject: * numeric.c (flo_hash): improve collision. fixed: [ruby-dev:29352] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index f6f1d3b22b..c5e9893c03 100644 --- a/numeric.c +++ b/numeric.c @@ -870,7 +870,7 @@ flo_hash(num) if (d == 0) d = fabs(d); c = (char*)&d; for (hash=0, i=0; i