From af190c94590e340fcb5918a6ebd245169d5f1000 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 13 Aug 2020 21:40:07 +0300 Subject: Spell ROUNDMODE correctly in prints. --- array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'array.c') diff --git a/array.c b/array.c index c256620b..60d18624 100644 --- a/array.c +++ b/array.c @@ -709,7 +709,7 @@ value_info(NODE *n) n->stfmt == STFMT_UNUSED ? "" : fmt_list[n->stfmt]->stptr); #ifdef HAVE_MPFR - fprintf(output_fp, ", RNDMODE=\"%c\"", n->strndmode); + fprintf(output_fp, ", ROUNDMODE=\"%c\"", n->strndmode); #endif } -- cgit v1.2.3