mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
[LIBXML2] Update to version 2.9.14. CORE-17766
This commit is contained in:
parent
7244e0c5c6
commit
8940614a78
16 changed files with 226 additions and 232 deletions
4
sdk/lib/3rdparty/libxml2/encoding.c
vendored
4
sdk/lib/3rdparty/libxml2/encoding.c
vendored
|
@ -1738,6 +1738,10 @@ xmlFindCharEncodingHandler(const char *name) {
|
|||
} else if ((icv_in != (iconv_t) -1) || icv_out != (iconv_t) -1) {
|
||||
xmlEncodingErr(XML_ERR_INTERNAL_ERROR,
|
||||
"iconv : problems with filters for '%s'\n", name);
|
||||
if (icv_in != (iconv_t) -1)
|
||||
iconv_close(icv_in);
|
||||
else
|
||||
iconv_close(icv_out);
|
||||
}
|
||||
#endif /* LIBXML_ICONV_ENABLED */
|
||||
#ifdef LIBXML_ICU_ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue