mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +00:00
[LIBXSLT] Update to version 1.1.32. CORE-14291
This commit is contained in:
parent
5c72e50fd0
commit
5c0faa58cf
24 changed files with 945 additions and 911 deletions
3
dll/3rdparty/libxslt/extensions.c
vendored
3
dll/3rdparty/libxslt/extensions.c
vendored
|
@ -372,8 +372,7 @@ xsltExtModuleRegisterDynamic(const xmlChar * URI)
|
|||
|
||||
/* build the module filename, and confirm the module exists */
|
||||
xmlStrPrintf((xmlChar *) module_filename, sizeof(module_filename),
|
||||
BAD_CAST "%s/%s%s",
|
||||
ext_directory, ext_name, LIBXML_MODULE_EXTENSION);
|
||||
"%s/%s%s", ext_directory, ext_name, LIBXML_MODULE_EXTENSION);
|
||||
|
||||
#ifdef WITH_XSLT_DEBUG_EXTENSIONS
|
||||
xsltGenericDebug(xsltGenericDebugContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue