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 - wps/engineeer2.wps | 3 +-- 2 files changed, 1 insertion(+), 3 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, data->img[n].always_display = true; } } - buf++; } } } diff --git a/wps/engineeer2.wps b/wps/engineeer2.wps index 92c066cf8c..a80be7748f 100644 --- a/wps/engineeer2.wps +++ b/wps/engineeer2.wps @@ -42,7 +42,6 @@ - %ac%?it<%it|%fn> %ac%?ia<%ia|%d2> @@ -62,4 +61,4 @@ %?mp<%xdq|%xdr|%xds|%xdt|%xdu> %?ps<%xdv|> %?mh<%xdw|> -%?mr<%xdx|> \ No newline at end of file +%?mr<%xdx|> -- cgit v1.2.3