From 1c06c5c6f0f6d46f63977dd7407d86ccc2614226 Mon Sep 17 00:00:00 2001 From: john haque Date: Sun, 26 Feb 2012 06:57:48 -0600 Subject: Finish MPFR changes and clean up code. --- builtin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'builtin.c') diff --git a/builtin.c b/builtin.c index 1a3a399c..f91a2f9f 100644 --- a/builtin.c +++ b/builtin.c @@ -1183,7 +1183,7 @@ out2: if (arg->flags & MPFN) { mpfr_ptr mt; mpfr_int: - mt = arg->mpfr_numbr; + mt = arg->mpg_numbr; if (! mpfr_number_p(mt)) { /* inf or NaN */ cs1 = 'g'; @@ -1401,7 +1401,7 @@ mpfr_int: } else { while ((n = mpfr_snprintf(obufout, ofre, cpbuf, (int) fw, (int) prec, RND_MODE, - arg->mpfr_numbr)) >= ofre) + arg->mpg_numbr)) >= ofre) chksize(n) } } else -- cgit v1.2.3