Fix yellow: missed a cast
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26041 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6ef04a7f0e
commit
f2a56161f7
1 changed files with 1 additions and 1 deletions
|
@ -457,7 +457,7 @@ static off_t mpeg_parser_seek_PTS(uint32_t time, unsigned id)
|
|||
DEBUGF("<< tl:%u t:%u ct:%u tr:%u\n pl:%ld pn:%ld pr:%ld\n",
|
||||
(unsigned)time_left, (unsigned)time, (unsigned)currpts,
|
||||
(unsigned)time_right, (long)pos_left, (long)pos_new,
|
||||
pos_right);
|
||||
(long)pos_right);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue