Mercurial > hg > octave-nkf
diff scripts/deprecated/weibull_rnd.m @ 11745:df16538e1b93 release-3-0-x
don't embed newline in warning messages in deprecated functions (part 2)
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 09 Apr 2008 13:05:10 -0400 |
parents | 72830070a17b |
children |
line wrap: on
line diff
--- a/scripts/deprecated/weibull_rnd.m +++ b/scripts/deprecated/weibull_rnd.m @@ -36,8 +36,7 @@ if (! warned) warned = true; warning ("Octave:deprecated-function", - ["weibull_rnd is obsolete and will be removed from a future\n", - "version of Octave, please use wblrnd instead"]); + "weibull_rnd is obsolete and will be removed from a future version of Octave; please use wblrnd instead"); endif if (nargin > 1)