build fix for mac
This commit is contained in:
parent
61ad5c666d
commit
0fc5b49d9f
@ -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…
Reference in New Issue
Block a user