summaryrefslogtreecommitdiff
path: root/apps/gui/wps_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_debug.c')
-rw-r--r--apps/gui/wps_debug.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index 0f40a57801..50ffcce119 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -294,6 +294,10 @@ static void dump_wps_tokens(struct wps_data *data)
294 next_str(next)); 294 next_str(next));
295 break; 295 break;
296 296
297 case WPS_TOKEN_METADATA_DISC_NUMBER:
298 snprintf(buf, sizeof(buf), "%strack disc", next_str(next));
299 break;
300
297 case WPS_TOKEN_METADATA_TRACK_NUMBER: 301 case WPS_TOKEN_METADATA_TRACK_NUMBER:
298 snprintf(buf, sizeof(buf), "%strack number", 302 snprintf(buf, sizeof(buf), "%strack number",
299 next_str(next)); 303 next_str(next));