1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Linux MIDI: Fix a compiler warning

This commit is contained in:
Tom Poole 2025-09-30 11:39:22 +01:00
parent ce737946f0
commit 81ca9e63ef

View file

@ -1063,7 +1063,7 @@ struct AlsaMidiHelpers
snd_seq_ump_event_t event{};
snd_seq_ev_set_source (&event, port->getPortId());
snd_seq_ev_set_source (&event, (unsigned char) port->getPortId());
snd_seq_ev_set_subs (&event);
snd_seq_ev_set_direct (&event);