changeset 18152:ab26db8da20a gui-release

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.
author John W. Eaton <jwe@octave.org>
date Thu, 19 Dec 2013 15:47:06 -0500
parents f8b7e8483b88
children 5971c8f515a7
files libinterp/octave.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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");