13
0

Fix operator precedance inaccuracy (#4825).

git-svn-id: svn://localhost/ardour2/branches/3.0@11791 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-04-05 01:21:44 +00:00
parent 338e83d9dc
commit bf96210e34

View File

@ -2990,7 +2990,7 @@ Session::remove_source (boost::weak_ptr<Source> src)
}
}
if (!_state_of_the_state & InCleanup) {
if (!(_state_of_the_state & InCleanup)) {
/* save state so we don't end up with a session file
referring to non-existent sources.