Mercurial > hg > octave-lyh
diff scripts/audio/wavwrite.m @ 11472:1740012184f9
Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 09 Jan 2011 21:33:04 -0800 |
parents | be55736a0783 |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/audio/wavwrite.m +++ b/scripts/audio/wavwrite.m @@ -97,7 +97,7 @@ ## open file for writing binary if (! ischar (filename)) - error ("wavwrite: expecting filename to be a character string"); + error ("wavwrite: expecting FILENAME to be a character string"); endif [fid, msg] = fopen (filename, "wb");