From eb148c016862b6e34bbb5b8d24bebc552363f7f0 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 18 Nov 2005 10:43:40 +0000 Subject: 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 --- apps/gui/gwps-common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index d24ce05..cef3745 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, data->img[n].always_display = true; } } - buf++; } } } -- cgit v1.1