# HG changeset patch # User Kai T. Ohlhus # Date 1468509102 -7200 # Node ID 35c0ad43c7a5f8da99e3fde2b0ff07dbc4599455 # Parent c8abb2ba40175316b7c2038492730969df8364bc doc: Use correct function name in deprecation message. * liboctave/util/oct-inttypes.h: Message says to use isnan instead of round. diff -r c8abb2ba4017 -r 35c0ad43c7a5 liboctave/util/oct-inttypes.h --- a/liboctave/util/oct-inttypes.h Thu Jul 14 14:30:59 2016 +0200 +++ b/liboctave/util/oct-inttypes.h Thu Jul 14 17:11:42 2016 +0200 @@ -61,7 +61,7 @@ #if defined (OCTAVE_USE_DEPRECATED_FUNCTIONS) -OCTAVE_DEPRECATED ("use 'octave::math::isnan' instead") +OCTAVE_DEPRECATED ("use 'octave::math::round' instead") inline long double xround (long double x) { return octave::math::round (x); } OCTAVE_DEPRECATED ("use 'octave::math::isnan' instead")