Made the time display fit on Players

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1605 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-08-08 05:56:34 +00:00
parent 445f17eda4
commit e03366d54e

View file

@ -477,7 +477,7 @@ int wps_show(void)
if (global_settings.wps_display ==
PLAY_DISPLAY_FILENAME_SCROLL)
{
snprintf(buffer,sizeof(buffer), "Time:%3d:%02d/%d:%02d",
snprintf(buffer,sizeof(buffer), "%d:%02d/%d:%02d ",
id3->elapsed / 60000,
id3->elapsed % 60000 / 1000,
id3->length / 60000,