mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
* remove "const" from return type of pa_utf8_filter() since it desn't make any sense
* fix pa_utf8_filter() to not skip the next character too if it found an invalid one git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@877 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
23e74545ad
commit
e8cc63d756
2 changed files with 5 additions and 5 deletions
|
|
@ -23,6 +23,6 @@
|
|||
***/
|
||||
|
||||
const char *pa_utf8_valid(const char *str);
|
||||
const char *pa_utf8_filter(const char *str);
|
||||
char *pa_utf8_filter(const char *str);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue