summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
477 if (global_settings.wps_display == 477 if (global_settings.wps_display ==
478 PLAY_DISPLAY_FILENAME_SCROLL) 478 PLAY_DISPLAY_FILENAME_SCROLL)
479 { 479 {
480 snprintf(buffer,sizeof(buffer), "Time:%3d:%02d/%d:%02d", 480 snprintf(buffer,sizeof(buffer), "%d:%02d/%d:%02d ",
481 id3->elapsed / 60000, 481 id3->elapsed / 60000,
482 id3->elapsed % 60000 / 1000, 482 id3->elapsed % 60000 / 1000,
483 id3->length / 60000, 483 id3->length / 60000,