13
0

Fix previous commit

A spurious space change was included by mistake.
This commit is contained in:
Julien "_FrnchFrgg_" RIVAUD 2016-07-20 14:01:13 +02:00
parent 522b288526
commit 541e6aaeb1

View File

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