Mercurial > hg > octave-lyh
diff scripts/strings/substr.m @ 12480:139f993936af
Uppercase variables in script error strings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 25 Feb 2011 20:12:05 -0800 |
parents | fd0a3ac60b0e |
children | 42d5ff896e85 |
line wrap: on
line diff
--- a/scripts/strings/substr.m +++ b/scripts/strings/substr.m @@ -64,7 +64,7 @@ error ("substr: length = %d out of range", len); endif else - error ("substr: offset = %d out of range", offset); + error ("substr: OFFSET = %d out of range", offset); endif else error ("substr: expecting string argument");