summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/shorten.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/codecs/shorten.c b/apps/codecs/shorten.c
index 82345e0af7..9081ff295f 100644
--- a/apps/codecs/shorten.c
+++ b/apps/codecs/shorten.c
@@ -66,9 +66,7 @@ next_track:
66 ci->memset(&sc, 0, sizeof(ShortenContext)); 66 ci->memset(&sc, 0, sizeof(ShortenContext));
67 67
68 /* Skip id3v2 tags */ 68 /* Skip id3v2 tags */
69 if (ci->id3->first_frame_offset) { 69 ci->seek_buffer(ci->id3->first_frame_offset);
70 ci->seek_buffer(ci->id3->first_frame_offset);
71 }
72 70
73 /* Read the shorten & wave headers */ 71 /* Read the shorten & wave headers */
74 buf = ci->request_buffer(&bytesleft, MAX_HEADER_SIZE); 72 buf = ci->request_buffer(&bytesleft, MAX_HEADER_SIZE);