mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-05 23:35:48 +03:00
had to comment out Igor last change since it made libxslt-1.0.27 depends
* xsltproc/xsltproc.c: had to comment out Igor last change since it made libxslt-1.0.27 depends on libxml2 newly API extension which hasn't propagated yet :-( Daniel
This commit is contained in:
@@ -547,8 +547,10 @@ main(int argc, char **argv)
|
||||
(!strcmp(argv[i], "-output")) ||
|
||||
(!strcmp(argv[i], "--output"))) {
|
||||
i++;
|
||||
#if defined(WIN32) || defined (__CYGWIN__)
|
||||
output = xmlCanonicPath(argv[i]);
|
||||
if (output == NULL)
|
||||
#endif
|
||||
output = xmlStrdup(argv[i]);
|
||||
} else if ((!strcmp(argv[i], "-V")) ||
|
||||
(!strcmp(argv[i], "-version")) ||
|
||||
|
Reference in New Issue
Block a user