diff options
author | John Högberg <[email protected]> | 2018-02-13 10:23:20 +0100 |
---|---|---|
committer | John Högberg <[email protected]> | 2018-02-13 10:23:20 +0100 |
commit | 65d3d0080c58a8830e9ba95658802820a94ae308 (patch) | |
tree | 69486380d3ffac40d73b394105a5057e81ab41b6 /erts | |
parent | 68f53774b1340f07cf11caee773ff00d94904006 (diff) | |
parent | b1c7c64315ab93bb6fbed51664baf93ee8ee33f8 (diff) | |
download | otp-65d3d0080c58a8830e9ba95658802820a94ae308.tar.gz otp-65d3d0080c58a8830e9ba95658802820a94ae308.tar.bz2 otp-65d3d0080c58a8830e9ba95658802820a94ae308.zip |
Merge branch 'maint'
Diffstat (limited to 'erts')
-rw-r--r-- | erts/lib_src/common/erl_printf_format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/lib_src/common/erl_printf_format.c b/erts/lib_src/common/erl_printf_format.c index 3302083288..5a680d6f9d 100644 --- a/erts/lib_src/common/erl_printf_format.c +++ b/erts/lib_src/common/erl_printf_format.c @@ -326,7 +326,7 @@ static int fmt_double(fmtfn_t fn,void*arg,double val, { int res; int fi = 0; - char format_str[7]; + char format_str[8]; char sbuf[32]; char *bufp = sbuf; double dexp; |