amend 581c7b6
-Wparentheses
This commit is contained in:
parent
295562dd52
commit
bb30d92814
@ -3614,7 +3614,7 @@ Session::remove_routes (boost::shared_ptr<RouteList> routes_to_remove)
|
||||
}
|
||||
|
||||
/* speed up session deletion, don't do the solo dance */
|
||||
if (0 == _state_of_the_state & Deletion) {
|
||||
if (0 == (_state_of_the_state & Deletion)) {
|
||||
(*iter)->solo_control()->set_value (0.0, Controllable::NoGroup);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user