about summary refs log tree commit diff stats
path: root/src/pgp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgp')
-rw-r--r--src/pgp/gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgp/gpg.c b/src/pgp/gpg.c
index 3d6bdc09..aa0926b8 100644
--- a/src/pgp/gpg.c
+++ b/src/pgp/gpg.c
@@ -100,7 +100,7 @@ _p_gpg_passphrase_cb(void *hook, const char *uid_hint, const char *passphrase_in
         passphrase_attempt = pass_term->str;
         g_string_free(pass_term, FALSE);
 
-        gpgme_io_writen(fd, passphrase_attempt, strlen(passphrase_attempt));
+        gpgme_io_write(fd, passphrase_attempt, strlen(passphrase_attempt));
     }
 
     return 0;