From 25b1e76b44996bf566243c51d4123b2536ccd16e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 20 Oct 2010 15:06:50 +0000 Subject: Enable i18n for W32. --- tools/gpgconf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/gpgconf.c b/tools/gpgconf.c index d6c333792..59c903165 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -189,6 +189,9 @@ main (int argc, char **argv) if (log_get_errorcount (0)) exit (2); + + fprintf (stderr, "My error: %d (%s)\n", GPG_ERR_ENOENT, + gpg_strerror (GPG_ERR_ENOENT)); fname = argc ? *argv : NULL; -- cgit v1.2.3