# HG changeset patch # User jwe # Date 1189113630 0 # Node ID e03d52dc3d12235158c9dbfa92565a494acc56e6 # Parent bdbe9778d995f9686862adfb08df5127fceb2ccb [project @ 2007-09-06 21:20:30 by jwe] diff --git a/scripts/plot/print.m b/scripts/plot/print.m --- a/scripts/plot/print.m +++ b/scripts/plot/print.m @@ -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);