[git] GnuPG - branch, master, updated. gnupg-2.1.0beta3-231-gca6fe88

by Werner Koch cvs at cvs.gnupg.org
Thu Aug 1 20:24:47 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  ca6fe88c0068f8d45ef39df0fc7b161998a91fe9 (commit)
      from  ef6a6d973c2bcc54006c04dc41f978ff01005c97 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ca6fe88c0068f8d45ef39df0fc7b161998a91fe9
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Aug 1 19:54:11 2013 +0200

    w32: Fix recent patch 9ff72e4.
    
    * common/homedir.c (check_portable_app): Fix the name of the control
    file.

diff --git a/common/homedir.c b/common/homedir.c
index 9fec78f..faf9787 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.  */

-----------------------------------------------------------------------

Summary of changes:
 common/homedir.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list