In geanypg/src/pinentry.c:
> @@ -83,12 +83,12 @@ gpgme_error_t geanypg_passphrase_cb(void * hook, > > if (pipe(outpipe)) > { > - fprintf(stderr, "GeanyPG: %s\n", strerror(errno)); > + g_error("%s", strerror(errno));
ditto
—Reply to this email directly or view it on GitHub.