mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
tools: Fix use of EXCEPTS when spawning a process.
* tools/gpgtar-create.c (gpgtar_create) [HAVE_W32_SYSTEM]: Use HANDLE. * tools/gpgtar-extract.c (gpgtar_extract) [HAVE_W32_SYSTEM]: Likewise. * tools/gpgtar-list.c (gpgtar_list) [HAVE_W32_SYSTEM]: Likewise. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
87a73e8eb0
commit
f0ecc07c4e
4 changed files with 13 additions and 1 deletions
|
@ -648,7 +648,7 @@ int
|
|||
translate_sys2libc_fdstr (const char *fdstr, int for_write)
|
||||
{
|
||||
gpg_error_t err;
|
||||
gnupg_fd_t fd;
|
||||
int fd;
|
||||
|
||||
err = gnupg_sys2libc_fdstr (fdstr, for_write, NULL, &fd);
|
||||
if (err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue