13
0

fix missing variable initialization

git-svn-id: svn://localhost/ardour2/branches/3.0@13194 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-09-17 21:09:12 +00:00
parent 2b1692c094
commit b30ba842d8

View File

@ -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