mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
Move three file utility functions from pbd/filesystem.h to pbd/file_utils.h
git-svn-id: svn://localhost/ardour2/branches/3.0@12863 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6aee537109
commit
e26e59b006
9 changed files with 79 additions and 74 deletions
|
|
@ -4528,7 +4528,7 @@ Session::ensure_search_path_includes (const string& path, DataType type)
|
|||
|
||||
On Windows, I think we could just do if (*i == path) here.
|
||||
*/
|
||||
if (PBD::sys::equivalent_paths (*i, path)) {
|
||||
if (PBD::equivalent_paths (*i, path)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue