changeset 11321:43fa0522734d

fix think-o in changeset baeeb6bc6afe
author John W. Eaton <jwe@octave.org>
date Wed, 08 Dec 2010 02:34:45 -0500
parents baeeb6bc6afe
children 71cce7108190
files src/symtab.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/symtab.cc	Wed Dec 08 01:20:07 2010 -0500
+++ b/src/symtab.cc	Wed Dec 08 02:34:45 2010 -0500
@@ -972,7 +972,7 @@
   if (function_on_path.is_defined ())
     out_of_date_check (function_on_path);
 
-  if (! error_state || function_on_path.is_defined ())
+  if (! (error_state || function_on_path.is_defined ()))
     {
       std::string dir_name;