summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2016-01-29 12:54:02 +0100
committerAndré Nusser <andre.nusser@googlemail.com>2016-01-29 12:54:02 +0100
commit1b32041bb54e1c9310853c9942498ec223d8106a (patch)
tree64fb06c0a3fefd119cccd17483cb6c1355c3de23 /test
parent8faba64d538753d09765f2fe003cc08bc5ff2712 (diff)
wip 2
Diffstat (limited to 'test')
-rw-r--r--test/audiocachetest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/audiocachetest.cc b/test/audiocachetest.cc
index 5db5940..3ac63bf 100644
--- a/test/audiocachetest.cc
+++ b/test/audiocachetest.cc
@@ -81,7 +81,7 @@ public:
printf("open: initial_samples_needed: %d\n", (int)initial_samples_needed);
sample_t *samples =
- audio_cache.open(&audio_file, initial_samples_needed, channel, id);
+ audio_cache.open(audio_file, initial_samples_needed, channel, id);
size_t size = initial_samples_needed;
size_t offset = 0;