mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Merge branch 'windows' of git.ardour.org:ardour/ardour into windows
This commit is contained in:
commit
5f15bc9f9f
54 changed files with 1284 additions and 821 deletions
|
|
@ -38,7 +38,7 @@ PBD::canonical_path (const std::string& path)
|
|||
{
|
||||
#ifdef COMPILER_MINGW
|
||||
return path;
|
||||
#endif
|
||||
#else
|
||||
char buf[PATH_MAX+1];
|
||||
|
||||
if (!realpath (path.c_str(), buf) && (errno != ENOENT)) {
|
||||
|
|
@ -46,6 +46,7 @@ PBD::canonical_path (const std::string& path)
|
|||
}
|
||||
|
||||
return string (buf);
|
||||
#endif
|
||||
}
|
||||
|
||||
string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue