diff liboctave/lo-sysdep.cc @ 10411:479cc8a0a846

use gnulib namespace
author John W. Eaton <jwe@octave.org>
date Mon, 15 Mar 2010 15:57:23 -0400
parents 65d5776379c3
children 2f29b765c0ef
line wrap: on
line diff
--- a/liboctave/lo-sysdep.cc	Fri Mar 12 19:15:39 2010 -0500
+++ b/liboctave/lo-sysdep.cc	Mon Mar 15 15:57:23 2010 -0400
@@ -54,7 +54,7 @@
   // will allocate a buffer as large as necessary if buf and size are
   // both 0.
 
-  char *tmp = getcwd (0, 0);
+  char *tmp = gnulib::getcwd (0, 0);
 
   if (tmp)
     {