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:
@ -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;
|
||||
|
Reference in New Issue
Block a user