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:
parent
c3b9005ec3
commit
d84d5ea748
32 changed files with 3643 additions and 3519 deletions
|
@ -597,7 +597,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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue