diff scripts/plot/print.m @ 5443:ec8c33dcd1bf

[project @ 2005-09-08 01:40:57 by jwe]
author jwe
date Thu, 08 Sep 2005 01:40:58 +0000
parents 720dc7f7a75e
children 9d45e5bfdaff
line wrap: on
line diff
--- a/scripts/plot/print.m	Wed Sep 07 21:42:26 2005 +0000
+++ b/scripts/plot/print.m	Thu Sep 08 01:40:58 2005 +0000
@@ -110,7 +110,7 @@
 
   for i = 1:nargin
     arg = varargin{i};
-    if (isstr (arg))
+    if (ischar (arg))
       if (strcmp (arg, "-color"))
 	use_color = 1;
       elseif (strcmp (arg, "-mono"))