Skip to content
Snippets Groups Projects
Commit 20f5b0d9 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixes #1541.

(cherry picked from commit d4e3dbe3)
parent 8d4e2f9d
Branches
Tags
No related merge requests found
......@@ -49,7 +49,7 @@ cellofstringflag = false;
n = 1;
a = false;
if isstring(b) && length(b)>1 && isvector(b)
if ~isoctave() && isstring(b) && length(b)>1 && isvector(b)
n = length(b);
stringarrayflag = true;
a = false(size(b));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment