diff src/ov-dld-fcn.cc @ 5397:b12c0f920da0

[project @ 2005-06-17 07:52:28 by jwe]
author jwe
date Fri, 17 Jun 2005 07:52:28 +0000
parents 4c8a2e4e0717
children 93c65f2a5668
line wrap: on
line diff
--- a/src/ov-dld-fcn.cc	Fri Jun 17 04:10:53 2005 +0000
+++ b/src/ov-dld-fcn.cc	Fri Jun 17 07:52:28 2005 +0000
@@ -52,7 +52,7 @@
 
   system_fcn_file
     = (! file_name.empty ()
-       && Vfcn_file_dir == file_name.substr (0, Vfcn_file_dir.length ()));
+       && Voct_file_dir == file_name.substr (0, Voct_file_dir.length ()));
 }
 
 octave_dld_function::~octave_dld_function (void)