fix missing variable initialization
git-svn-id: svn://localhost/ardour2/branches/3.0@13194 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2b1692c094
commit
b30ba842d8
@ -607,7 +607,7 @@ ControlList::add (double when, double value)
|
||||
} else {
|
||||
DEBUG_TRACE (DEBUG::ControlList, string_compose ("@%1 insert new point at %2 at iterator at %3\n", this, when, (*most_recent_insert_iterator)->when));
|
||||
|
||||
bool done;
|
||||
bool done = false;
|
||||
|
||||
/* check if would just be adding to a straight line,
|
||||
* and don't add another point if so
|
||||
|
Loading…
Reference in New Issue
Block a user