diff options
| author | Magnus Holmgren <magnushol@gmail.com> | 2006-08-26 15:52:44 +0000 |
|---|---|---|
| committer | Magnus Holmgren <magnushol@gmail.com> | 2006-08-26 15:52:44 +0000 |
| commit | ed1a26d567b39f92d745af2973886b3b44a909b2 (patch) | |
| tree | 0378f3ac7ba2c77b2ede2d53fec11c4d0618af81 | |
| parent | 8269541370fe448f020d55ffa420bef114be3118 (diff) | |
| download | rockbox-ed1a26d567b39f92d745af2973886b3b44a909b2.zip rockbox-ed1a26d567b39f92d745af2973886b3b44a909b2.tar.gz rockbox-ed1a26d567b39f92d745af2973886b3b44a909b2.tar.bz2 rockbox-ed1a26d567b39f92d745af2973886b3b44a909b2.tar.xz | |
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
| -rw-r--r-- | apps/gui/gwps-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index 1432a33..600eff1 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; |