Fixed SysEx parse bug
svn-id: r6015
This commit is contained in:
parent
fec55e0b57
commit
3427e29e46
1 changed files with 1 additions and 1 deletions
|
@ -2316,8 +2316,8 @@ void Player::parse_sysex(byte *p, uint len)
|
|||
}
|
||||
} else {
|
||||
warning ("Unknown SysEx manufacturer 0x%02X", (int) a);
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
--len;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue