aboutsummaryrefslogtreecommitdiffstats
path: root/mpfr.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-07-01 07:44:30 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-07-01 07:44:30 +0300
commite8a8d49954bb50b2b67a88382e80fe63e738cd3f (patch)
tree3c01f0cad933180a4cb92bdb9579b2e49564c1b7 /mpfr.c
parente9c060994a719ccc80dedf6a9db75c0c62e129eb (diff)
parent82024c4ac22e50de3b0ad36d8aa81c52e7b4c9ae (diff)
downloadegawk-e8a8d49954bb50b2b67a88382e80fe63e738cd3f.tar.gz
egawk-e8a8d49954bb50b2b67a88382e80fe63e738cd3f.tar.bz2
egawk-e8a8d49954bb50b2b67a88382e80fe63e738cd3f.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'mpfr.c')
-rw-r--r--mpfr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr.c b/mpfr.c
index f3905cd2..da6f3837 100644
--- a/mpfr.c
+++ b/mpfr.c
@@ -377,7 +377,7 @@ mpg_format_val(const char *format, int index, NODE *s)
} else {
r = format_tree(format, fmt_list[index]->stlen, dummy, 2);
assert(r != NULL);
- s->stfmt = (char) index;
+ s->stfmt = index;
}
s->flags = oflags;
s->stlen = r->stlen;