mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
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
1 changed files with 6 additions and 0 deletions
|
|
@ -243,6 +243,9 @@ restart:
|
|||
}
|
||||
|
||||
switch (tr->do_refill ()) {
|
||||
case 0:
|
||||
break;
|
||||
|
||||
case 1:
|
||||
disk_work_outstanding = true;
|
||||
break;
|
||||
|
|
@ -276,6 +279,9 @@ restart:
|
|||
*/
|
||||
|
||||
switch (tr->do_flush (ButlerContext)) {
|
||||
case 0:
|
||||
break;
|
||||
|
||||
case 1:
|
||||
disk_work_outstanding = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue