mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
snd_seq_parse_address() uses strncmp() to compare the client name in the string argument with the existing clients, until it finds one name matching the same leading characters. This may produce wrong results when there are two sequencer clients with similar names. Example: "KMidimon" : "Kmid" Signed-off-by: Pedro Lopez-Cabanillas <pedro.lopez.cabanillas@gmail.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz> |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| seq.c | ||
| seq_event.c | ||
| seq_hw.c | ||
| seq_local.h | ||
| seq_midi_event.c | ||
| seq_old.c | ||
| seq_symbols.c | ||
| seqmid.c | ||