1
0
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:
Daniel Veillard
2003-02-24 22:50:35 +00:00
parent 5f743d36c9
commit 44d74fd937
2 changed files with 8 additions and 0 deletions

View File

@@ -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")) ||