diff options
Diffstat (limited to '')
-rw-r--r-- | common/homedir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/homedir.c b/common/homedir.c index 9fec78fc3..faf9787d6 100644 --- a/common/homedir.c +++ b/common/homedir.c @@ -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. */ |