summaryrefslogtreecommitdiffstats
path: root/polyp/parec-simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/parec-simple.c')
-rw-r--r--polyp/parec-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/parec-simple.c b/polyp/parec-simple.c
index 7e0931ae..cae6ff92 100644
--- a/polyp/parec-simple.c
+++ b/polyp/parec-simple.c
@@ -66,7 +66,7 @@ int main(int argc, char*argv[]) {
int error;
/* Create the recording stream */
- if (!(s = pa_simple_new(NULL, argv[0], PA_STREAM_RECORD, NULL, "record", &ss, NULL, &error))) {
+ if (!(s = pa_simple_new(NULL, argv[0], PA_STREAM_RECORD, NULL, "record", &ss, NULL, 0, &error))) {
fprintf(stderr, __FILE__": pa_simple_new() failed: %s\n", pa_strerror(error));
goto finish;
}