mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
alsa-lib virtual rawmidi device: fixed typo (NONBLOCK mode)
See bug#1821 for details.
This commit is contained in:
parent
59b598fac0
commit
9e86ea6902
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ int _snd_rawmidi_virtual_open(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp,
|
|||
|
||||
seq_mode = 0;
|
||||
if (mode & SND_RAWMIDI_NONBLOCK)
|
||||
seq_mode |= O_NONBLOCK;
|
||||
seq_mode |= SND_SEQ_NONBLOCK;
|
||||
|
||||
if (! slave_str)
|
||||
slave_str = "default";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue