mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-09 21:41:09 +02:00
gpg: Fix --no-utf8-strings.
* g10/gpg.c (main): Ignore --no-utf8-strings only on Windows. -- Fixes-commit: 8c41b8aac3efb78178fe1eaf52d8d1bbc44941a8 Reported-by: Ingo Klöcker
This commit is contained in:
parent
bf662d0f93
commit
2a2846959f
@ -3489,7 +3489,7 @@ main (int argc, char **argv)
|
||||
break;
|
||||
case oUtf8Strings: utf8_strings = 1; break;
|
||||
case oNoUtf8Strings:
|
||||
#ifdef HAVE_W32_SYSTEM
|
||||
#ifndef HAVE_W32_SYSTEM
|
||||
utf8_strings = 0;
|
||||
#endif
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user