summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/wps-display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index 4aca14375d..a5b8cbca19 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -374,6 +374,8 @@ static char* get_tag(struct mp3entry* id3,
374 case 'b': /* progress bar */ 374 case 'b': /* progress bar */
375 *flags |= WPS_REFRESH_PLAYER_PROGRESS; 375 *flags |= WPS_REFRESH_PLAYER_PROGRESS;
376#ifdef HAVE_LCD_CHARCELLS 376#ifdef HAVE_LCD_CHARCELLS
377 if (wps_progress_pat==0)
378 wps_progress_pat=lcd_get_locked_pattern();
377 snprintf(buf, buf_size, "%c", wps_progress_pat); 379 snprintf(buf, buf_size, "%c", wps_progress_pat);
378 return buf; 380 return buf;
379#else 381#else