mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
Use SessionDirectory instead of Session::sound_dir in Session::cleanup_sources
git-svn-id: svn://localhost/ardour2/trunk@1970 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
91f6efcbe9
commit
131366d046
1 changed files with 2 additions and 2 deletions
|
|
@ -2703,8 +2703,8 @@ Session::cleanup_sources (Session::cleanup_report& rep)
|
|||
nexti = i;
|
||||
++nexti;
|
||||
|
||||
sound_path += (*i).path;
|
||||
sound_path += sound_dir (false);
|
||||
SessionDirectory sdir ((*i).path);
|
||||
sound_path += sdir.sound_path().to_string();
|
||||
|
||||
if (nexti != session_dirs.end()) {
|
||||
sound_path += ':';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue