diff options
| -rw-r--r-- | apps/codecs/shorten.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/codecs/shorten.c b/apps/codecs/shorten.c index 82345e0..9081ff2 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); |