mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
build fix for mac
This commit is contained in:
parent
61ad5c666d
commit
0fc5b49d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ typedef struct _CoreMIDIPacket {
|
||||||
: timeStamp(other->timeStamp)
|
: timeStamp(other->timeStamp)
|
||||||
, length (other->length)
|
, length (other->length)
|
||||||
{
|
{
|
||||||
assert (l <= 1024);
|
assert (length <= 1024);
|
||||||
if (length > 0) {
|
if (length > 0) {
|
||||||
memcpy(data, other->data, length);
|
memcpy(data, other->data, length);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue