summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-11-18 10:43:40 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-11-18 10:43:40 +0000
commiteb148c016862b6e34bbb5b8d24bebc552363f7f0 (patch)
tree6f74fcd979ea04768e15aefe8af0d445f6eebed6 /apps/gui
parente06c7d3604d420fc4532bff84a79823b640bd350 (diff)
downloadrockbox-eb148c016862b6e34bbb5b8d24bebc552363f7f0.tar.gz
rockbox-eb148c016862b6e34bbb5b8d24bebc552363f7f0.zip
Fixed a bug in the WPS which ate the first non-bitmap line after a bitmap tag
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7959 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/gwps-common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index d24ce05707..cef3745ead 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -1098,7 +1098,6 @@ void gui_wps_format(struct wps_data *data, const char *bmpdir,
1098 data->img[n].always_display = true; 1098 data->img[n].always_display = true;
1099 } 1099 }
1100 } 1100 }
1101 buf++;
1102 } 1101 }
1103 } 1102 }
1104 } 1103 }