# HG changeset patch # User John W. Eaton # Date 1387486026 18000 # Node ID ab26db8da20aeb80eda56463ec7dbf59207df0f6 # Parent f8b7e8483b88c1ef14bd0bfc399a833a57d28b12 set struct levels to print to 0 for --traditional (bug #40955) * octave.cc (maximum_braindamage): Call Fstruct_levels_to_print to set levels to print to 0. From Felipe G. Nievinski. diff -r f8b7e8483b88 -r ab26db8da20a libinterp/octave.cc --- a/libinterp/octave.cc Tue Dec 17 15:02:35 2013 -0600 +++ b/libinterp/octave.cc Thu Dec 19 15:47:06 2013 -0500 @@ -490,6 +490,7 @@ Fhistory_timestamp_format_string (octave_value ("%%-- %D %I:%M %p --%%")); Fpage_screen_output (octave_value (false)); Fprint_empty_dimensions (octave_value (false)); + Fstruct_levels_to_print (octave_value (0)); disable_warning ("Octave:abbreviated-property-match"); disable_warning ("Octave:fopen-file-in-path");