mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 04:36:30 +01:00
fix session loading
git-svn-id: svn://localhost/ardour2/branches/3.0@6967 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3bfb8ce383
commit
4cd13b606f
1 changed files with 1 additions and 0 deletions
|
|
@ -515,6 +515,7 @@ Session::create (const string& mix_template, nframes_t initial_length, BusProfil
|
||||||
|
|
||||||
if (out){
|
if (out){
|
||||||
out << in.rdbuf();
|
out << in.rdbuf();
|
||||||
|
_is_new = false;
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue