mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-04-25 02:50:35 +00:00
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