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;