From 5f8acaccc0f1a1eede88af09c4377b9ad2871695 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 17 Jun 2009 09:45:50 +0000 Subject: Add readcert command. fix reading large certificates. --- common/exechelp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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*/); -- cgit v1.2.3