[git] GPG-ERROR - branch, master, updated. libgpg-error-1.32-51-gb39b44b
by NIIBE Yutaka
cvs at cvs.gnupg.org
Wed Nov 7 10:43:16 CET 2018
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 <gniibe at fsij.org>
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 <gniibe at fsij.org>
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
More information about the Gnupg-commits
mailing list