From f54418b71f57e00d4a50bd86bf7d18b8b5195287 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 27 Nov 2000 09:23:38 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1053 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 0a172a3965..0dd86f0532 100644 --- a/numeric.c +++ b/numeric.c @@ -331,7 +331,7 @@ flodivmod(x, y, divp, modp) { double z; - modf(x/y, &); + modf(x/y, &z); mod = x - z * x; } #endif -- cgit v1.2.3