Fix awful thinko in previous commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@10301 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
75e6adcf03
commit
ea01b6024d
@ -243,6 +243,9 @@ restart:
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch (tr->do_refill ()) {
|
switch (tr->do_refill ()) {
|
||||||
|
case 0:
|
||||||
|
break;
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
disk_work_outstanding = true;
|
disk_work_outstanding = true;
|
||||||
break;
|
break;
|
||||||
@ -276,6 +279,9 @@ restart:
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
switch (tr->do_flush (ButlerContext)) {
|
switch (tr->do_flush (ButlerContext)) {
|
||||||
|
case 0:
|
||||||
|
break;
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
disk_work_outstanding = true;
|
disk_work_outstanding = true;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user