mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fix another screwup/typo in 782dd70
This commit is contained in:
parent
7ef22e5e71
commit
2ab26bd86d
1 changed files with 1 additions and 1 deletions
|
|
@ -1573,7 +1573,7 @@ AlsaAudioBackend::main_process_thread ()
|
|||
rm->sync_time (clock1);
|
||||
}
|
||||
|
||||
_last_process_start = -1;
|
||||
_last_process_start = 0;
|
||||
if (engine.process_callback (_samples_per_period)) {
|
||||
_pcmi->pcm_stop ();
|
||||
_active = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue