mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 13:15:44 +01:00
Fix previous commit
A spurious space change was included by mistake.
This commit is contained in:
parent
522b288526
commit
541e6aaeb1
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ MidiRegion::do_export (string path) const
|
|||
/* Lock our source since we'll be reading from it. write_to() will
|
||||
take a lock on newsrc. */
|
||||
Source::Lock lm (midi_source(0)->mutex());
|
||||
if (midi_source(0)->export _write_to (lm, newsrc, bbegin, bend)) {
|
||||
if (midi_source(0)->export_write_to (lm, newsrc, bbegin, bend)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue