# HG changeset patch # User John W. Eaton # Date 1219347170 14400 # Node ID e36e891f234959ef5799bfe9af25d98a509e79c9 # Parent 2f7ff06c0c7b0f28ea726b304c8a5afdc7788ccd undo spurious change in last commit diff -r 2f7ff06c0c7b -r e36e891f2349 scripts/plot/print.m --- a/scripts/plot/print.m Thu Aug 21 15:28:58 2008 -0400 +++ b/scripts/plot/print.m Thu Aug 21 15:32:50 2008 -0400 @@ -423,7 +423,7 @@ endif if (! isempty (convertname)) - command = sprintf ("convert '%s' '%s'", name, convertname) + command = sprintf ("convert '%s' '%s'", name, convertname); [errcode, output] = system (command); unlink (name); if (errcode)