Mercurial > hg > octave-thorsten
diff src/pr-output.cc @ 12272:9290d2086b5f release-3-4-x
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 | 587c99975455 |
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,