1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-12 20:08:06 +02:00
This commit is contained in:
Jim Meyering
2001-09-01 06:13:08 +00:00
parent 985cae59cb
commit 414d5f13be
+1 -1
View File
@@ -59,7 +59,7 @@ xgetcwd ()
while (1)
{
char *ret;
char *cwd;
buf = (char *) xrealloc (buf, buf_size);
cwd = getcwd (buf, buf_size);