diff scripts/plot/__gnuplot_get_var__.m @ 11588:d5bd2766c640

style fixes for warning and error messages in script files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:51:13 -0500
parents fd0a3ac60b0e
children
line wrap: on
line diff
--- a/scripts/plot/__gnuplot_get_var__.m
+++ b/scripts/plot/__gnuplot_get_var__.m
@@ -90,7 +90,7 @@
         [gpin, err] = fopen (gpin_name, "r");
       endif
       if (err != 0)
-        error ("__gnuplot_get_var__: Can not open fifo.");
+        error ("__gnuplot_get_var__: can not open fifo");
       endif
       gp_cmd = sprintf ("\nif (exists(\"%s\")) print %s; else print NaN\n",
                         gp_var_name(1:n), gp_var_name);