diff options
author | Werner Koch <wk@gnupg.org> | 2009-06-17 11:45:50 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-06-17 11:45:50 +0200 |
commit | 5f8acaccc0f1a1eede88af09c4377b9ad2871695 (patch) | |
tree | 57a1c533af681b8b55ce5bb6eed643813c8fd271 /common | |
parent | app-openpgp changes (diff) | |
download | gnupg2-5f8acaccc0f1a1eede88af09c4377b9ad2871695.tar.xz gnupg2-5f8acaccc0f1a1eede88af09c4377b9ad2871695.zip |
Add readcert command.
fix reading large certificates.
Diffstat (limited to 'common')
-rw-r--r-- | common/exechelp.c | 2 |
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*/); |