Mercurial > hg > octave-lyh
diff src/pr-output.cc @ 12192:49f1b77a4911
pr-output.cc (Foutput_max_field_width): fix cut and paste error
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 28 Jan 2011 05:47:12 -0500 |
parents | c2a9fd508db4 |
children | 1cf28ef2bb88 |
line wrap: on
line diff
--- a/src/pr-output.cc +++ b/src/pr-output.cc @@ -4014,7 +4014,7 @@ @seealso{format, fixed_point_format, output_precision}\n\ @end deftypefn") { - return SET_INTERNAL_VARIABLE_WITH_LIMITS (output_precision, 0, INT_MAX); + return SET_INTERNAL_VARIABLE_WITH_LIMITS (output_max_field_width, 0, INT_MAX); } DEFUN (output_precision, args, nargout,