From f4862f0f3626786512ae1cc891aa70dc0116d28b Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 10 Sep 2002 11:13:43 +0000 Subject: messing around with support for Windows path, cleanups, trying to identify * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c: messing around with support for Windows path, cleanups, trying to identify and fix the various code path to the filename access. Added xmlNormalizeWindowsPath() Daniel --- DOCBparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCBparser.c') diff --git a/DOCBparser.c b/DOCBparser.c index e1d20c58..ddb08a2e 100644 --- a/DOCBparser.c +++ b/DOCBparser.c @@ -6025,7 +6025,7 @@ docbCreateFileParserCtxt(const char *filename, } memset(inputStream, 0, sizeof(docbParserInput)); - inputStream->filename = xmlMemStrdup(filename); + inputStream->filename = xmlNormalizeWindowsPath(filename); inputStream->line = 1; inputStream->col = 1; inputStream->buf = buf; -- cgit v1.2.1