summaryrefslogtreecommitdiff
path: root/apps/codecs/shorten.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/shorten.c')
-rw-r--r--apps/codecs/shorten.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/codecs/shorten.c b/apps/codecs/shorten.c
index 4b803675f9..fdc8142041 100644
--- a/apps/codecs/shorten.c
+++ b/apps/codecs/shorten.c
@@ -68,8 +68,7 @@ next_track:
/* Skip id3v2 tags */
if (ci->id3->first_frame_offset) {
- buf = ci->request_buffer(&bytesleft, ci->id3->first_frame_offset);
- ci->advance_buffer(ci->id3->first_frame_offset);
+ ci->seek_buffer(ci->id3->first_frame_offset);
}
/* Read the shorten & wave headers */