changeset 3064:4e6581fd8060

[project @ 1997-06-26 02:43:32 by jwe]
author jwe
date Thu, 26 Jun 1997 02:43:32 +0000
parents 4287b8c06fbf
children 2280158c4449
files scripts/plot/__pltopt__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/__pltopt__.m
+++ b/scripts/plot/__pltopt__.m
@@ -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, ";"))