Fix typo in local var; from Jim Meyering.
This commit is contained in:
@@ -59,7 +59,7 @@ xgetcwd ()
|
||||
|
||||
while (1)
|
||||
{
|
||||
char *ret;
|
||||
char *cwd;
|
||||
buf = (char *) xrealloc (buf, buf_size);
|
||||
|
||||
cwd = getcwd (buf, buf_size);
|
||||
|
||||
Reference in New Issue
Block a user