fixes for bugs found when compiling with gcc 2.95

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@301 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-11-21 16:27:51 +00:00
parent 92f73a741f
commit 966c78ccae
5 changed files with 4 additions and 7 deletions

View file

@ -225,8 +225,6 @@ char *pa_vsprintf_malloc(const char *format, va_list ap) {
for(;;) {
int r;
va_list ap;
c = pa_xrealloc(c, size);
r = vsnprintf(c, size, format, ap);