changeset 26485:597fd034d212 stable

restore default history file timestamp (bug #55329) * oct-hist.cc (history_system::history_system): Set the default history timestamp format string.
author Mike Miller <mtmiller@octave.org>
date Mon, 07 Jan 2019 13:07:17 -0800
parents 4eb1f6e41361
children d41c487e5de2
files libinterp/corefcn/oct-hist.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/oct-hist.cc	Mon Jan 07 20:54:21 2019 +0100
+++ b/libinterp/corefcn/oct-hist.cc	Mon Jan 07 13:07:17 2019 -0800
@@ -257,7 +257,7 @@
 
   history_system::history_system (interpreter& interp)
     : m_interpreter (interp), m_input_from_tmp_file (false),
-      m_timestamp_format_string ()
+      m_timestamp_format_string (default_timestamp_format ())
   { }
 
   void history_system::initialize (bool read_history_file)