diff options
author | Werner Koch <wk@gnupg.org> | 2010-04-26 13:53:14 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-04-26 13:53:14 +0200 |
commit | 31bbe71ad6b6b35016724f1012e66c4253378530 (patch) | |
tree | 17883951b8f656b668a287b9b3fa120990f38977 /g10/decrypt.c | |
parent | Decryption and signi via agent is now implemented. (diff) | |
download | gnupg2-31bbe71ad6b6b35016724f1012e66c4253378530.tar.xz gnupg2-31bbe71ad6b6b35016724f1012e66c4253378530.zip |
Fix preference setting in new keys
Diffstat (limited to 'g10/decrypt.c')
-rw-r--r-- | g10/decrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/decrypt.c b/g10/decrypt.c index 870c21616..210e1feec 100644 --- a/g10/decrypt.c +++ b/g10/decrypt.c @@ -132,7 +132,7 @@ decrypt_message_fd (int input_fd, int output_fd) } #ifdef HAVE_W32CE_SYSTEM -#warning Ned to fix this +#warning Need to fix this opt.outfp = NULL; #else opt.outfp = fdopen (dup (output_fd), "wb"); |