summaryrefslogtreecommitdiff
path: root/g10/plaintext.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/plaintext.c')
-rw-r--r--g10/plaintext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/plaintext.c b/g10/plaintext.c
index f9e0a42..3bc8696 100644
--- a/g10/plaintext.c
+++ b/g10/plaintext.c
@@ -185,7 +185,7 @@ get_output_file (const byte *embedded_name, int embedded_namelen,
want to port it again to riscos we should do most of the suff
in estream. FIXME: Consider to remove all riscos special
cases. */
- fp = fopen (fname, "wb");
+ fp = gnupg_fopen (fname, "wb");
if (!fp)
{
log_error (_("error creating '%s': %s\n"), fname, gpg_strerror (err));