1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

[W32] Avoid extra console window when importing or exporting.

Fixes bug 875.
This commit is contained in:
Werner Koch 2008-01-27 14:43:52 +00:00
parent c3b9005ec3
commit d84d5ea748
32 changed files with 3643 additions and 3519 deletions

View file

@ -482,7 +482,7 @@ popen_protect_tool (const char *pgmname,
assert (i < sizeof argv);
return gnupg_spawn_process (pgmname, argv, infile, outfile,
setup_pinentry_env,
setup_pinentry_env, 128,
statusfile, pid);
}