13
0

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:
Carl Hetherington 2011-10-24 20:50:40 +00:00
parent 75e6adcf03
commit ea01b6024d

View File

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