summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
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 131ae42596..506cba7d15 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -213,7 +213,7 @@ int wps_show(void)
213 the screen has room. */ 213 the screen has room. */
214 if (global_settings.wps_display == PLAY_DISPLAY_FILENAME_SCROLL) 214 if (global_settings.wps_display == PLAY_DISPLAY_FILENAME_SCROLL)
215 { 215 {
216 snprintf(buffer,sizeof(buffer), "Time: %d:%02d / %d:%02d", 216 snprintf(buffer,sizeof(buffer), "%d:%02d/%d:%02d",
217 id3->elapsed / 60000, 217 id3->elapsed / 60000,
218 id3->elapsed % 60000 / 1000, 218 id3->elapsed % 60000 / 1000,
219 id3->length / 60000, 219 id3->length / 60000,