From 7b95b82e2e9e8a4e0b030fad425f82ef20eb1c68 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 7 Aug 2002 05:38:44 +0000 Subject: Made the time display fit on the Player screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1574 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/wps.c b/apps/wps.c index 131ae42596..506cba7d15 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -213,7 +213,7 @@ int wps_show(void) the screen has room. */ if (global_settings.wps_display == PLAY_DISPLAY_FILENAME_SCROLL) { - snprintf(buffer,sizeof(buffer), "Time: %d:%02d / %d:%02d", + snprintf(buffer,sizeof(buffer), "%d:%02d/%d:%02d", id3->elapsed / 60000, id3->elapsed % 60000 / 1000, id3->length / 60000, -- cgit v1.2.3