changeset 13717:fcdf0993b8c9 stable

Fix segfault in do_minmax_bin_op (bug #34589)
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 18 Oct 2011 21:18:41 -0500
parents 3ac3b44104e3
children 7ee61e56eaed e1f187f4fc9f
files src/DLD-FUNCTIONS/max.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/max.cc	Tue Oct 18 10:17:09 2011 -0500
+++ b/src/DLD-FUNCTIONS/max.cc	Tue Oct 18 21:18:41 2011 -0500
@@ -178,7 +178,7 @@
             }
 
           if (! args(1).is_empty ())
-            warning ("%s: second argument is ignored");
+            warning ("%s: second argument is ignored", func);
         }
 
       switch (arg.builtin_type ())