# HG changeset patch # User jwe # Date 867293012 0 # Node ID 4e6581fd806000d32b8793db369d03e873d3f2d8 # Parent 4287b8c06fbfe6968d93840beb69a81844a777e6 [project @ 1997-06-26 02:43:32 by jwe] diff -r 4287b8c06fbf -r 4e6581fd8060 scripts/plot/__pltopt__.m --- a/scripts/plot/__pltopt__.m Thu Jun 26 02:36:14 1997 +0000 +++ b/scripts/plot/__pltopt__.m Thu Jun 26 02:43:32 1997 +0000 @@ -182,7 +182,7 @@ while (working) if (max (size (opt)) > 1) char = opt(1); - opt = opt(2:length(opt)) + opt = opt(2:length(opt)); else char = opt; if (! strcmp (char, ";"))