diff scripts/plot/axis.m @ 4259:0493a367de6f

[project @ 2003-01-02 17:30:14 by jwe]
author jwe
date Thu, 02 Jan 2003 17:30:15 +0000
parents 22bd65326ec1
children 8aa604426d35
line wrap: on
line diff
--- a/scripts/plot/axis.m	Thu Jan 02 03:45:53 2003 +0000
+++ b/scripts/plot/axis.m	Thu Jan 02 17:30:15 2003 +0000
@@ -229,7 +229,7 @@
       endif
 
     else
-      warning (["unknown axis option '", ax, "'"]);
+      warning ("unknown axis option '%s'", ax);
     endif
 
   elseif (isvector (ax))