mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
fix typo in 72ed785
This commit is contained in:
parent
09dd3fc369
commit
f2592df842
1 changed files with 1 additions and 1 deletions
|
|
@ -1247,7 +1247,7 @@ CoreAudioBackend::get_midi_event_count (void* port_buffer)
|
|||
void
|
||||
CoreAudioBackend::midi_clear (void* port_buffer)
|
||||
{
|
||||
if (port_buffer) return;
|
||||
if (!port_buffer) return;
|
||||
CoreMidiBuffer * buf = static_cast<CoreMidiBuffer*>(port_buffer);
|
||||
assert (buf);
|
||||
buf->clear ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue