summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-06-17 11:45:50 +0200
committerWerner Koch <wk@gnupg.org>2009-06-17 11:45:50 +0200
commit5f8acaccc0f1a1eede88af09c4377b9ad2871695 (patch)
tree57a1c533af681b8b55ce5bb6eed643813c8fd271 /common
parentapp-openpgp changes (diff)
downloadgnupg2-5f8acaccc0f1a1eede88af09c4377b9ad2871695.tar.xz
gnupg2-5f8acaccc0f1a1eede88af09c4377b9ad2871695.zip
Add readcert command.
fix reading large certificates.
Diffstat (limited to 'common')
-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*/);