summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-08-08 05:56:34 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-08-08 05:56:34 +0000
commite03366d54ea1389272ec1ddbf15dd3c63df24842 (patch)
treed3f7946672f0ec4d030532683c427d0995cdb9f3 /apps
parent445f17eda471e2a4f49e78afdbd2f7c258316185 (diff)
downloadrockbox-e03366d54ea1389272ec1ddbf15dd3c63df24842.tar.gz
rockbox-e03366d54ea1389272ec1ddbf15dd3c63df24842.zip
Made the time display fit on Players
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1605 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 278a101244..d7d2af647d 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -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,