changeset 7140:beb8c3771579

[project @ 2007-11-09 02:32:18 by jwe]
author jwe
date Fri, 09 Nov 2007 02:32:18 +0000
parents 9dd8e2c98bd2
children 63ba061a3036
files src/DLD-FUNCTIONS/__gnuplot_raw__.l
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__gnuplot_raw__.l
+++ b/src/DLD-FUNCTIONS/__gnuplot_raw__.l
@@ -696,7 +696,7 @@
  \
       if (! warned) \
         { \
-          warning (nm ## ": this function is obsolete and will be removed from a future version of Octave"); \
+          warning ("%s: this function is obsolete and will be removed from a future version of Octave", nm); \
  \
           warned = true; \
         } \