mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
w32: Fix recent patch 9ff72e4.
* common/homedir.c (check_portable_app): Fix the name of the control file.
This commit is contained in:
parent
ef6a6d973c
commit
ca6fe88c00
@ -258,7 +258,7 @@ check_portable_app (const char *dir)
|
||||
log_error ("required binary '%s' is not installed\n", fname);
|
||||
else
|
||||
{
|
||||
strcpy (fname + strlen (fname) - 3, ".ctl");
|
||||
strcpy (fname + strlen (fname) - 3, "ctl");
|
||||
if (!access (fname, F_OK))
|
||||
{
|
||||
/* gpgconf.ctl file found. Record this fact. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user