summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/polyplib-simple.c')
-rw-r--r--polyp/polyplib-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/polyplib-simple.c b/polyp/polyplib-simple.c
index 66ee5995..c71d59a4 100644
--- a/polyp/polyplib-simple.c
+++ b/polyp/polyplib-simple.c
@@ -187,7 +187,7 @@ int pa_simple_write(struct pa_simple *p, const void*data, size_t length, int *pe
if (l > length)
l = length;
- pa_stream_write(p->stream, data, l, NULL);
+ pa_stream_write(p->stream, data, l, NULL, 0);
data += l;
length -= l;
}