-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix base::get_absolute_path() fixing base::normalize_path() function
base::get_absolute_path() resulted in bugs when more than two or more double dots were present in the input path. The source of the error was the base::normalize_path() function which has been fixed. Also it was fixed a couple of tests from fs_tests.cpp, and added more. This fiix is part of the solution of aseprite/aseprite#4851.
- Loading branch information
1 parent
c84b89b
commit 5cde484
Showing
2 changed files
with
31 additions
and
54 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