diff src/error.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 12df7854fa7c
children 6d4c18565de1 e7b03b8662a2
line wrap: on
line diff
--- a/src/error.cc	Sat Feb 26 16:21:02 2011 -0500
+++ b/src/error.cc	Sat Feb 26 17:28:11 2011 -0800
@@ -966,7 +966,7 @@
                 }
             }
           else
-            error ("rethrow: structure must contain the fields 'message and 'identifier'");
+            error ("rethrow: ERR structure must contain the fields 'message and 'identifier'");
         }
     }
   return retval;