aboutsummaryrefslogtreecommitdiffstats
path: root/common/exechelp.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-06-17 09:45:50 +0000
committerWerner Koch <[email protected]>2009-06-17 09:45:50 +0000
commit5f8acaccc0f1a1eede88af09c4377b9ad2871695 (patch)
tree57a1c533af681b8b55ce5bb6eed643813c8fd271 /common/exechelp.c
parentapp-openpgp changes (diff)
downloadgnupg-5f8acaccc0f1a1eede88af09c4377b9ad2871695.tar.gz
gnupg-5f8acaccc0f1a1eede88af09c4377b9ad2871695.zip
Add readcert command.
fix reading large certificates.
Diffstat (limited to '')
-rw-r--r--common/exechelp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/exechelp.c b/common/exechelp.c
index 7019ae7a0..a5e25fd5d 100644
--- a/common/exechelp.c
+++ b/common/exechelp.c
@@ -575,7 +575,7 @@ gnupg_spawn_process (const char *pgmname, const char *argv[],
/* (int) pi.dwProcessId, (int) pi.dwThreadId); */
/* Fixme: For unknown reasons AllowSetForegroundWindow returns an
- invalid argument error if we pass the the correct processID to
+ invalid argument error if we pass the correct processID to
it. As a workaround we use -1 (ASFW_ANY). */
if ( (flags & 64) )
gnupg_allow_set_foregound_window ((pid_t)(-1)/*pi.dwProcessId*/);