diff liboctave/oct-env.cc @ 10250:2d47356a7a1a

use gnulib getcwd module
author John W. Eaton <jwe@octave.org>
date Wed, 03 Feb 2010 03:07:06 -0500
parents 0522a65bcd56
children 4a278982c0fe
line wrap: on
line diff
--- a/liboctave/oct-env.cc	Tue Feb 02 17:47:23 2010 -0500
+++ b/liboctave/oct-env.cc	Wed Feb 03 03:07:06 2010 -0500
@@ -129,7 +129,7 @@
 }
 
 std::string
-octave_env::getcwd ()
+octave_env::get_current_directory ()
 {
   return (instance_ok ())
     ? instance->do_getcwd () : std::string ();