diff scripts/strings/strcat.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 fe3c3dfc07eb
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/strings/strcat.m	Wed Nov 03 17:37:00 2010 -0700
+++ b/scripts/strings/strcat.m	Thu Nov 04 12:18:08 2010 -0700
@@ -61,7 +61,7 @@
       st = varargin{1};
     elseif (nargin > 1)
       ## Convert to cells of strings
-      uo = "UniformOutput";
+      uo = "uniformoutput";
       reals = cellfun (@isreal, varargin);
       if (any (reals))
         varargin(reals) = cellfun (@char, varargin(reals), uo, false);