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
This commit is contained in:
parent
e06c7d3604
commit
eb148c0168
2 changed files with 1 additions and 3 deletions
|
@ -1098,7 +1098,6 @@ void gui_wps_format(struct wps_data *data, const char *bmpdir,
|
|||
data->img[n].always_display = true;
|
||||
}
|
||||
}
|
||||
buf++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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|>
|
||||
%?mr<%xdx|>
|
||||
|
|
Loading…
Reference in a new issue