summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/wps-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps-display.c b/apps/wps-display.c
index b70c1359d1..f8dbcde420 100644
--- a/apps/wps-display.c
+++ b/apps/wps-display.c
@@ -346,8 +346,8 @@ static char* get_tag(struct mp3entry* id3,
346 346
347 case 'd': /* Directory path information */ 347 case 'd': /* Directory path information */
348 { 348 {
349 *flags |= WPS_REFRESH_STATIC;
350 int level = tag[1] - '0'; 349 int level = tag[1] - '0';
350 *flags |= WPS_REFRESH_STATIC;
351 /* d1 through d9 */ 351 /* d1 through d9 */
352 if ((0 < level) && (9 > level)) 352 if ((0 < level) && (9 > level))
353 { 353 {