mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue