mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
(handle_iconv_error): Turn diagnostics into warnings
so that gpg does not return with failure. (native_to_utf8, utf8_to_native): Ditto.
This commit is contained in:
parent
07250279e7
commit
be4bb5a88b
3 changed files with 16 additions and 5 deletions
|
@ -146,7 +146,7 @@ fd_cache_strcmp (const char *a, const char *b)
|
|||
|| (*a == '\\' && *b == '/')) )
|
||||
break;
|
||||
}
|
||||
return *(const unsigned *)a - *(const unsigned *)b;
|
||||
return *(const unsigned char *)a - *(const unsigned char *)b;
|
||||
#else
|
||||
return strcmp (a, b);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue