gcc 2.95 compatibility, take 2

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@208 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-09-16 23:34:25 +00:00
parent 19294e4b38
commit 078f2aa860
7 changed files with 11 additions and 9 deletions

View file

@ -385,7 +385,7 @@ char *pa_split(const char *c, const char *delimiter, const char**state) {
*state = current+l;
if (**state)
*state++;
(*state)++;
return pa_xstrndup(current, l);
}