# HG changeset patch # User jwe # Date 815183753 0 # Node ID f110a90eb183eaa85da9d01c8a5d9ce66b976ef9 # Parent 4da3d91d1a17242347bac7194c3277deb37fc135 [project @ 1995-10-31 23:55:53 by jwe] diff --git a/liboctave/idx-vector.cc b/liboctave/idx-vector.cc --- a/liboctave/idx-vector.cc +++ b/liboctave/idx-vector.cc @@ -387,7 +387,7 @@ { colon_equiv = 1; } - else if (len > 0) + else if (len > 0 && len > 1 && ! one_zero) { int *tmp_data = copy_data (data, len);