# HG changeset patch # User jwe # Date 1194575538 0 # Node ID beb8c3771579565ec9f265246f93f6e3b1b2190b # Parent 9dd8e2c98bd28f7ea6601039f6e679803a4ead76 [project @ 2007-11-09 02:32:18 by jwe] diff --git a/src/DLD-FUNCTIONS/__gnuplot_raw__.l b/src/DLD-FUNCTIONS/__gnuplot_raw__.l --- 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; \ } \