[git] GPG-ERROR - branch, master, updated. libgpg-error-1.32-51-gb39b44b

[email protected] (by NIIBE Yutaka) Wed, 07 Nov 2018 10:43:16 +0100
Newsgroups gmane.comp.encryption.gpg.cvs
Message-ID <[email protected]>
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 "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  b39b44b9acbed6d4889acba4fe9eae2556c80acc (commit)
      from  78af09ce13969b64f121ae5990e66fb7f1cd3f1d (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 b39b44b9acbed6d4889acba4fe9eae2556c80acc
Author: NIIBE Yutaka <[email protected]>
Date:   Wed Nov 7 18:42:18 2018 +0900

    Fix a typo.
    
    * src/spawn-w32.c (src/spawn-w32.c): Fix to use pid_to_handle.
    
    Signed-off-by: NIIBE Yutaka <[email protected]>

diff --git a/src/spawn-w32.c b/src/spawn-w32.c
index e8c2eb0..4c57756 100644
--- a/src/spawn-w32.c
+++ b/src/spawn-w32.c
@@ -735,7 +735,7 @@ _gpgrt_wait_processes (const char **pgmnames, pid_t *pids, size_t count,
       if (pids[i] == (pid_t)(-1))
         return GPG_ERR_INV_VALUE;
 
-      procs[i] = fd_to_handle (pids[i]);
+      procs[i] = pid_to_handle (pids[i]);
     }
 
   _gpgrt_pre_syscall ();

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

Summary of changes:
 src/spawn-w32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org