mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
Optimize the blowfish crypt/decrypt code a bit more.
This commit is contained in:
@@ -1826,7 +1826,7 @@ findYourself(
|
||||
else if (*argv0 == '.' || strchr(argv0, '/'))
|
||||
{
|
||||
runpath = (char *) malloc(MAXPATHLEN);
|
||||
getcwd(runpath, MAXPATHLEN);
|
||||
(void)getcwd(runpath, MAXPATHLEN);
|
||||
strcat(runpath, "/");
|
||||
strcat(runpath, argv0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user