In geanypg/src/pinentry.c:
> return gpgme_error_from_errno(errno); > } > if (pipe(inpipe)) > { > - fprintf(stderr, "GeanyPG: %s\n", strerror(errno)); > + g_error("%s", strerror(errno));
ditto
—Reply to this email directly or view it on GitHub.