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);