Skip to content
Snippets Groups Projects
Commit 7281583cd92c authored by Daniel Veillard's avatar Daniel Veillard
Browse files

final touch to #102800 fix Daniel

* xsltproc/xsltproc.c: final touch to #102800 fix
Daniel
parent b51a899ef6c6
No related branches found
No related tags found
No related merge requests found
Fri Jan 10 10:34:23 CET 2003 Daniel Veillard <daniel@veillard.com>
* xsltproc/xsltproc.c: final touch to #102800 fix
Thu Jan 9 18:17:40 CET 2003 Daniel Veillard <daniel@veillard.com> Thu Jan 9 18:17:40 CET 2003 Daniel Veillard <daniel@veillard.com>
* xsltproc/xsltproc.c: tried to fix #102800 for good. Reenabled * xsltproc/xsltproc.c: tried to fix #102800 for good. Reenabled
......
...@@ -547,7 +547,7 @@ ...@@ -547,7 +547,7 @@
(!strcmp(argv[i], "-output")) || (!strcmp(argv[i], "-output")) ||
(!strcmp(argv[i], "--output"))) { (!strcmp(argv[i], "--output"))) {
i++; i++;
#if defined(WIN32) #if defined(WIN32) || defined (__CYGWIN__)
output = xmlNormalizeWindowsPath(argv[i]); output = xmlNormalizeWindowsPath(argv[i]);
if (output == NULL) if (output == NULL)
output = xmlStrdup(argv[i]); output = xmlStrdup(argv[i]);
...@@ -826,7 +826,7 @@ ...@@ -826,7 +826,7 @@
xsltFreeStylesheet(cur); xsltFreeStylesheet(cur);
for (i = 0;i < nbstrparams;i++) for (i = 0;i < nbstrparams;i++)
xmlFree(strparams[i]); xmlFree(strparams[i]);
#if defined(WIN32) #if defined(WIN32) || defined (__CYGWIN__)
if (output != NULL) if (output != NULL)
xmlFree(output); xmlFree(output);
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment