mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
missign return value
git-svn-id: svn://localhost/ardour2/branches/3.0@6845 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
48dd5afaa5
commit
c7b867bddb
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ int
|
|||
Diskstream::use_playlist (boost::shared_ptr<Playlist> playlist)
|
||||
{
|
||||
if (!playlist) {
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool no_prior_playlist = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue