From b46175c20207ea96dbccee5b939948741bb635ef Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Mon, 5 Nov 2007 18:16:13 +0000 Subject: Don't if this, it's a good idea for codecs to explicit seek git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15482 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/shorten.c | 4 +--- 1 file changed, 1 insertion(+), 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: ci->memset(&sc, 0, sizeof(ShortenContext)); /* Skip id3v2 tags */ - if (ci->id3->first_frame_offset) { - ci->seek_buffer(ci->id3->first_frame_offset); - } + ci->seek_buffer(ci->id3->first_frame_offset); /* Read the shorten & wave headers */ buf = ci->request_buffer(&bytesleft, MAX_HEADER_SIZE); -- cgit v1.2.3