diff options
Diffstat (limited to 'gpgme/rungpg.c')
-rw-r--r-- | gpgme/rungpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/rungpg.c b/gpgme/rungpg.c index a53bac3a..66d1bda6 100644 --- a/gpgme/rungpg.c +++ b/gpgme/rungpg.c @@ -491,7 +491,7 @@ command_handler (void *opaque, int fd) /* We always need to send at least a newline character. */ if (!processed) - write (fd, "\n", 1); + _gpgme_io_write (fd, "\n", 1); gpg->cmd.code = 0; /* And sleep again until read_status will wake us up again. */ |