diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-18 10:43:40 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-18 10:43:40 +0000 |
| commit | eb148c016862b6e34bbb5b8d24bebc552363f7f0 (patch) | |
| tree | 6f74fcd979ea04768e15aefe8af0d445f6eebed6 | |
| parent | e06c7d3604d420fc4532bff84a79823b640bd350 (diff) | |
| download | rockbox-eb148c016862b6e34bbb5b8d24bebc552363f7f0.zip rockbox-eb148c016862b6e34bbb5b8d24bebc552363f7f0.tar.gz rockbox-eb148c016862b6e34bbb5b8d24bebc552363f7f0.tar.bz2 rockbox-eb148c016862b6e34bbb5b8d24bebc552363f7f0.tar.xz | |
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
| -rw-r--r-- | apps/gui/gwps-common.c | 1 | ||||
| -rw-r--r-- | wps/engineeer2.wps | 3 |
2 files changed, 1 insertions, 3 deletions
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++; } } } diff --git a/wps/engineeer2.wps b/wps/engineeer2.wps index 92c066c..a80be77 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|> |