changeset 31057:b437597ec652

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 02 Jun 2022 08:18:05 -0700
parents 20c9d48487e3 (current diff) b5902106c043 (diff)
children 12f8fb75fc30
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/pr-flt-fmt.h	Thu Jun 02 09:07:37 2022 -0400
+++ b/libinterp/corefcn/pr-flt-fmt.h	Thu Jun 02 08:18:05 2022 -0700
@@ -243,7 +243,7 @@
 
 private:
 
-  double m_scale;
+  double m_scale = 1.0;
 
   float_format m_real_fmt;