forked from aniani/vim
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