diff src/input.cc @ 12483:7a5aacf65f81

Rewrite error strings in src/ to use variables named in documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 26 Feb 2011 17:28:11 -0800
parents 11faa69c4eaa
children 232a90612254
line wrap: on
line diff
--- a/src/input.cc	Sat Feb 26 16:21:02 2011 -0500
+++ b/src/input.cc	Sat Feb 26 17:28:11 2011 -0800
@@ -932,7 +932,7 @@
 
           if (error_state)
             {
-              error ("yes_or_no: expecting argument to be character string");
+              error ("yes_or_no: PROMPT must be a character string");
               return retval;
             }
         }