summaryrefslogtreecommitdiff
path: root/test/sync_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/sync_test.cc')
-rw-r--r--test/sync_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sync_test.cc b/test/sync_test.cc
index 79e678b5..ba235bd4 100644
--- a/test/sync_test.cc
+++ b/test/sync_test.cc
@@ -135,7 +135,7 @@ BOOST_AUTO_TEST_CASE (sync_test2)
}
}
- writer->write (junk, frames);
+ writer->write(junk, channels, frames);
for (int i = 0; i < channels; ++i) {
delete[] junk[i];
}