1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

obsoleted xmlNormalizeWindowsPath

This commit is contained in:
Igor Zlatkovic
2003-02-19 14:51:00 +00:00
parent f2238e6e55
commit 5f9fada355
5 changed files with 19 additions and 86 deletions

View File

@ -6031,7 +6031,7 @@ docbCreateFileParserCtxt(const char *filename,
memset(inputStream, 0, sizeof(docbParserInput));
inputStream->filename = (char *)
xmlNormalizeWindowsPath((const xmlChar *)filename);
xmlCanonicPath((const xmlChar *)filename);
inputStream->line = 1;
inputStream->col = 1;
inputStream->buf = buf;