mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
gpg: Fix --no-utf8-strings.
* g10/gpg.c (main): Ignore --no-utf8-strings only on Windows. -- Fixes-commit: b912f07cdf00043b97fca54e4113fab277726e03 Reported-by: Ingo Klöcker
This commit is contained in:
parent
936954a18a
commit
de84c58d90
@ -3384,7 +3384,7 @@ main (int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
case oUtf8Strings: utf8_strings = 1; break;
|
case oUtf8Strings: utf8_strings = 1; break;
|
||||||
case oNoUtf8Strings:
|
case oNoUtf8Strings:
|
||||||
#ifdef HAVE_W32_SYSTEM
|
#ifndef HAVE_W32_SYSTEM
|
||||||
utf8_strings = 0;
|
utf8_strings = 0;
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user