Removed warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1830 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3a9e7b5f13
commit
82e8b0becb
1 changed files with 2 additions and 0 deletions
|
@ -1218,6 +1218,8 @@ void mpeg_play(int offset)
|
|||
char* trackname = playlist_next( 0, NULL );
|
||||
if ( trackname ) {
|
||||
mp3info(&taginfo, trackname);
|
||||
taginfo.offset = offset;
|
||||
set_elapsed(&taginfo);
|
||||
playing = true;
|
||||
}
|
||||
(void)offset;
|
||||
|
|
Loading…
Reference in a new issue