diff options
Diffstat (limited to 'rational.c')
| -rw-r--r-- | rational.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rational.c b/rational.c index 3fb0b2a04..de676dc47 100644 --- a/rational.c +++ b/rational.c @@ -769,7 +769,7 @@ nurat_div(VALUE self, VALUE other) static VALUE nurat_fdiv(VALUE self, VALUE other) { - return f_div(f_to_f(self), other); + return f_to_f(f_div(self, other)); } static VALUE |
