From 31bbe71ad6b6b35016724f1012e66c4253378530 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 26 Apr 2010 11:53:14 +0000 Subject: Fix preference setting in new keys --- g10/decrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/decrypt.c') 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"); -- cgit v1.2.3