more work on the suprisingly ongoing filename/path/origin issue

This commit is contained in:
Paul Davis 2013-03-31 09:35:06 -04:00
parent 153e572696
commit 8388e82fd3
5 changed files with 16 additions and 24 deletions

View file

@ -213,7 +213,7 @@ int
AudioPlaylistSource::setup_peakfile ()
{
_peak_path = Glib::build_filename (_session.session_directory().peak_path(), name() + ARDOUR::peakfile_suffix);
return initialize_peakfile (false, string());
return initialize_peakfile (string());
}
string