changeset 28614:652a675c0916

fix incorrect format in previous change
author John W. Eaton <jwe@octave.org>
date Mon, 03 Aug 2020 11:13:26 -0400
parents b11f026bc443
children 5da49e37a6c9
files libinterp/parse-tree/pt-eval.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-eval.cc	Mon Aug 03 08:07:27 2020 -0700
+++ b/libinterp/parse-tree/pt-eval.cc	Mon Aug 03 11:13:26 2020 -0400
@@ -2531,7 +2531,7 @@
 
         if (octave::math::isinf (rng.limit ()))
           warning_with_id ("Octave:infinite-loop",
-                           "FOR loop limit is infinite, will stop after "
+                           "FOR loop limit is infinite, will stop after %"
                            OCTAVE_IDX_TYPE_FORMAT " steps",
                            steps);