mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
add --resample-method argument
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@214 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
95612b6b1c
commit
08953564bb
8 changed files with 67 additions and 45 deletions
|
|
@ -396,7 +396,7 @@ char *pa_split_spaces(const char *c, const char **state) {
|
|||
const char *current = *state ? *state : c;
|
||||
size_t l;
|
||||
|
||||
if (*current)
|
||||
if (!*current)
|
||||
return NULL;
|
||||
|
||||
current += strspn(current, WHITESPACE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue