-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use `file_path_format::native` as default in the `url_from_file_path` function. The path format detection algorithm was simple: if the first path character is `/`, then it is POSIX format, otherwise - Windows. But in some cases it is ambiguous, e.g. path `//h\sn\p` is recognized as POSIX path, but it can also be Windows UNC path, because `/` is allowed as directory separator in Windows paths.
- Loading branch information
Showing
2 changed files
with
68 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters