From 3a00b1e7e1ee5357b5860e9b43f1468e0ff2e32d Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 22 Dec 2013 20:28:32 -0500 Subject: [PATCH] tests/src/io/test-source_seek.c: improve seek to half --- tests/src/io/test-source_seek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/io/test-source_seek.c b/tests/src/io/test-source_seek.c index b42c86c5..773aefee 100644 --- a/tests/src/io/test-source_seek.c +++ b/tests/src/io/test-source_seek.c @@ -64,7 +64,7 @@ int main (int argc, char **argv) old_n_frames_2 = n_frames; - aubio_source_seek (s, n_frames / 2); + aubio_source_seek (s, old_n_frames_1 / 2); n_frames = 0; do { -- 2.11.0