Mercurial > hg > octave-jordi
diff src/oct-hist.cc @ 217:cd2e49fb4f6b
[project @ 1993-11-13 09:16:01 by jwe]
author | jwe |
---|---|
date | Sat, 13 Nov 1993 09:30:40 +0000 (1993-11-13) |
parents | 13c6086c325c |
children | a99f28f5e351 |
line wrap: on
line diff
--- a/src/oct-hist.cc +++ b/src/oct-hist.cc @@ -249,9 +249,9 @@ if (sscanf (*argv, "%d", &limit) != 1) { if (*argv[0] == '-') - message ("history", "unrecognized option `%s'", *argv); + error ("history: unrecognized option `%s'", *argv); else - message ("history", "bad non-numeric arg `%s'", *argv); + error ("history: bad non-numeric arg `%s'", *argv); return; } }