Fix typo in local var; from Jim Meyering.

This commit is contained in:
Paul Eggert
2001-09-03 04:17:04 +00:00
parent 9f95e73642
commit 0e79725f53

View File

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