From 6622c605b9f2f82444a46e5cb6838386659d1ab7 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 22 Sep 2009 05:31:28 +0000 Subject: add the %St setting to the debug output for checkwps/parser.... needs mroe work to make it more useful git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22780 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/skin_engine/wps_debug.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/gui/skin_engine/wps_debug.c') diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c index d4393d1090..9e02d2421c 100644 --- a/apps/gui/skin_engine/wps_debug.c +++ b/apps/gui/skin_engine/wps_debug.c @@ -456,6 +456,9 @@ static char *get_token_desc(struct wps_token *token, char *buf, snprintf(buf, bufsize, "Volume button timeout: %d", token->value.i); break; + case WPS_TOKEN_SETTING: + snprintf(buf, bufsize, "Setting value"); + break; default: snprintf(buf, bufsize, "FIXME (code: %d)", token->type); -- cgit v1.2.3