13
0

Compilation fix.

git-svn-id: svn://localhost/ardour2/branches/midi@1430 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2007-02-07 15:19:34 +00:00
parent f9f5ec85fb
commit eb270e70a1

View File

@ -133,12 +133,7 @@ int ALSA_SequencerMidiPort::write (byte *msg, size_t msglen, timestamp_t timesta
return totwritten;
}
<<<<<<< .working
int ALSA_SequencerMidiPort::read (byte *buf, size_t max, timestamp_t timestamp)
=======
int
ALSA_SequencerMidiPort::read (byte *buf, size_t max)
>>>>>>> .merge-right.r1393
{
TR_FN();
int err;