forked from len0rd/rockbox
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;
|
data->img[n].always_display = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
buf++;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%ac%?it<%it|%fn>
|
%ac%?it<%it|%fn>
|
||||||
%ac%?ia<%ia|%d2>
|
%ac%?ia<%ia|%d2>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue