]> code.delx.au - pulseaudio/blobdiff - src/tests/flist-test.c
alsa: work around slightly broken _delay implementations
[pulseaudio] / src / tests / flist-test.c
index 64c0add22f85c7238dbf3411f3f4b2039e50cdfa..69152041e2efacb3d2a4e1fa15fa339da12c0622 100644 (file)
@@ -87,7 +87,7 @@ int main(int argc, char* argv[]) {
     flist = pa_flist_new(0);
 
     for (i = 0; i < THREADS_MAX; i++) {
-        threads[i] = pa_thread_new(thread_func, pa_sprintf_malloc("Thread #%i", i+1));
+        threads[i] = pa_thread_new("test", thread_func, pa_sprintf_malloc("Thread #%i", i+1));
         assert(threads[i]);
     }