aboutsummaryrefslogtreecommitdiffstats
path: root/tests/io/pq_file_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/io/pq_file_test.c')
-rw-r--r--tests/io/pq_file_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io/pq_file_test.c b/tests/io/pq_file_test.c
index 664acf7..b9fcf22 100644
--- a/tests/io/pq_file_test.c
+++ b/tests/io/pq_file_test.c
@@ -81,7 +81,7 @@ static int pq_file_check(FILE *src_file, unsigned int blk_len)
assert(pq != NULL);
/* Add a file sink */
- rc = osmo_gapk_pq_queue_file_input(pq, src_file, blk_len);
+ rc = osmo_gapk_pq_queue_file_input(pq, src_file, blk_len, false);
assert(rc == 0);
/* Add a processing item */