changeset 6873:e03d52dc3d12

[project @ 2007-09-06 21:20:30 by jwe]
author jwe
date Thu, 06 Sep 2007 21:20:30 +0000
parents bdbe9778d995
children 94bda6abc224
files scripts/plot/print.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/print.m	Thu Sep 06 21:00:30 2007 +0000
+++ b/scripts/plot/print.m	Thu Sep 06 21:20:30 2007 +0000
@@ -140,7 +140,7 @@
       elseif (strncmp (arg, "-debug", 6))
 	debug = true;
 	if (length (arg) > 7)
-	  debug_file = arg(7:end);
+	  debug_file = arg(8:end);
 	endif
       elseif (length (arg) > 2 && arg(1:2) == "-d")
 	devopt = arg(3:end);