diff options
Diffstat (limited to 'src/base/cprintf_formats.hh')
-rw-r--r-- | src/base/cprintf_formats.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/cprintf_formats.hh b/src/base/cprintf_formats.hh index 6bf6b2b66..991238dee 100644 --- a/src/base/cprintf_formats.hh +++ b/src/base/cprintf_formats.hh @@ -65,6 +65,7 @@ struct Format uppercase = false; base = dec; format = none; + float_format = best; precision = -1; width = 0; get_precision = false; |