From ed1a26d567b39f92d745af2973886b3b44a909b2 Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Sat, 26 Aug 2006 15:52:44 +0000 Subject: [PATCH] 1 is the correct value here. Not that it makes any difference... :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10760 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index 1432a33663..600eff1d89 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -790,7 +790,7 @@ static char* get_tag(struct wps_data* wps_data, } else { - *intval = 0; + *intval = 1; return "?"; } return buf;