From ca6fe88c0068f8d45ef39df0fc7b161998a91fe9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 1 Aug 2013 19:54:11 +0200 Subject: [PATCH] w32: Fix recent patch 9ff72e4. * common/homedir.c (check_portable_app): Fix the name of the control file. --- common/homedir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */