1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

PGP: Use old gpgme_io_write

This commit is contained in:
James Booth 2015-09-01 21:40:07 +01:00
parent b468fd7ae4
commit aee832f7c1

View File

@ -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;