mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-15 06:59:58 -05:00
allow - in sample names
This commit is contained in:
parent
28af9944fe
commit
c0815deb4a
2 changed files with 20 additions and 12 deletions
|
|
@ -51,6 +51,7 @@ static pa_bool_t is_valid_char(char c) {
|
|||
(c >= 'A' && c <= 'Z') ||
|
||||
(c >= '0' && c <= '9') ||
|
||||
c == '.' ||
|
||||
c == '-' ||
|
||||
c == '_';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue