Mercurial > hg > octave-lyh
diff scripts/strings/untabify.m @ 11191:01ddaedd6ad5
Reverse changeset b1f4bdc276b6. Use all lower case for "uniformoutput" option.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 04 Nov 2010 12:18:08 -0700 |
parents | b1f4bdc276b6 |
children | c776f063fefe |
line wrap: on
line diff
--- a/scripts/strings/untabify.m +++ b/scripts/strings/untabify.m @@ -56,7 +56,7 @@ if (ischar (t)) s = replace_tabs (t, tw); else - s = cellfun (@(str) replace_tabs (str, tw), t, "UniformOutput", false); + s = cellfun (@(str) replace_tabs (str, tw), t, "uniformoutput", false); endif if (db) s = deblank (s);