mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Use a different function
This commit is contained in:
parent
59d90aa2ce
commit
e146ad0d7a
|
@ -4566,7 +4566,7 @@ static bool handle_archive(char *fpath /* in-out param */, char op)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
/* Copy the new dir path to open it in smart context */
|
/* Copy the new dir path to open it in smart context */
|
||||||
outdir = realpath(".", NULL);
|
outdir = getcwd(NULL, 0);
|
||||||
x_to = TRUE;
|
x_to = TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue