No Pinentry
Werner Koch
wk at gnupg.org
Mon Jan 3 12:28:56 CET 2005
Okay,
here is the fix:
2005-01-03 Werner Koch <wk at g10code.com>
* asshelp.c (send_pinentry_environment): Fixed changed from
2004-12-18; cut+paste error for lc-messages.
diff -u -r1.1.2.4 asshelp.c
--- common/asshelp.c 18 Dec 2004 10:22:10 -0000 1.1.2.4
+++ common/asshelp.c 3 Jan 2005 11:28:48 -0000
@@ -150,7 +150,7 @@
#endif
if (opt_lc_messages || (dft_ttyname && dft_lc))
{
- err = send_one_option (ctx, errsource, "display",
+ err = send_one_option (ctx, errsource, "lc-messages",
opt_lc_messages ? opt_lc_messages : dft_lc);
}
#if defined(HAVE_SETLOCALE) && defined(LC_MESSAGES)
More information about the Gpa-dev
mailing list