aboutsummaryrefslogtreecommitdiffstats
path: root/erts/lib_src
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-02-13 10:23:20 +0100
committerJohn Högberg <[email protected]>2018-02-13 10:23:20 +0100
commit65d3d0080c58a8830e9ba95658802820a94ae308 (patch)
tree69486380d3ffac40d73b394105a5057e81ab41b6 /erts/lib_src
parent68f53774b1340f07cf11caee773ff00d94904006 (diff)
parentb1c7c64315ab93bb6fbed51664baf93ee8ee33f8 (diff)
downloadotp-65d3d0080c58a8830e9ba95658802820a94ae308.tar.gz
otp-65d3d0080c58a8830e9ba95658802820a94ae308.tar.bz2
otp-65d3d0080c58a8830e9ba95658802820a94ae308.zip
Merge branch 'maint'
Diffstat (limited to 'erts/lib_src')
-rw-r--r--erts/lib_src/common/erl_printf_format.c2
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;