mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-05 23:35:48 +03:00
make sure to register EXSLT for the bindings add a specific test minor
* python/libxslt.c: make sure to register EXSLT for the bindings * python/tests/Makefile.am python/tests/exslt.py: add a specific test * xsltproc/xsltproc.c: minor cleanup Daniel
This commit is contained in:
@@ -172,7 +172,6 @@ xsltprocExternalEntityLoader(const char *URL, const char *ID,
|
||||
}
|
||||
for (i = 0;i < nbpaths;i++) {
|
||||
xmlChar *newURL;
|
||||
int len;
|
||||
|
||||
newURL = xmlStrdup((const xmlChar *) paths[i]);
|
||||
newURL = xmlStrcat(newURL, (const xmlChar *) "/");
|
||||
|
Reference in New Issue
Block a user