1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 15:06:44 +02:00
This commit is contained in:
Jim Meyering
2001-09-01 06:13:08 +00:00
parent 985cae59cb
commit 414d5f13be

View File

@@ -59,7 +59,7 @@ xgetcwd ()
while (1)
{
char *ret;
char *cwd;
buf = (char *) xrealloc (buf, buf_size);
cwd = getcwd (buf, buf_size);