aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keylist.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-12-09 12:03:04 +0000
committerWerner Koch <[email protected]>2008-12-09 12:03:04 +0000
commitd478455c17215f3edd928b535808829534d94278 (patch)
treed61149b053d2af6d76a8fab3bd274e6b66226c93 /g10/keylist.c
parentPreparing a release candidate. (diff)
downloadgnupg-2.0.10rc1.tar.gz
gnupg-2.0.10rc1.zip
Diffstat (limited to '')
-rw-r--r--g10/keylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keylist.c b/g10/keylist.c
index 91b337407..c4f5d2696 100644
--- a/g10/keylist.c
+++ b/g10/keylist.c
@@ -1630,7 +1630,7 @@ set_attrib_fd (int fd)
return;
#ifdef HAVE_DOSISH_SYSTEM
- setmode ( fileno(fp) , O_BINARY );
+ setmode (fd, O_BINARY);
#endif
if( fd == 1 )
attrib_fp = stdout;