diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2011-11-21 10:13:36 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2011-11-21 10:13:36 +0000 |
| commit | 706575f04bd4d6372fd4779d9052f506253f18ca (patch) | |
| tree | 1cb95e10416cced4fd25303b7cc6cf5259395208 /tools/checkwps/checkwps.c | |
| parent | 080a746ce32e70a83d7026c62894cb8d1d35ecd8 (diff) | |
| download | rockbox-706575f04bd4d6372fd4779d9052f506253f18ca.zip rockbox-706575f04bd4d6372fd4779d9052f506253f18ca.tar.gz rockbox-706575f04bd4d6372fd4779d9052f506253f18ca.tar.bz2 rockbox-706575f04bd4d6372fd4779d9052f506253f18ca.tar.xz | |
fix checkwps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31040 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/checkwps/checkwps.c')
| -rw-r--r-- | tools/checkwps/checkwps.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c index ec0262b..bfcb99f 100644 --- a/tools/checkwps/checkwps.c +++ b/tools/checkwps/checkwps.c @@ -245,6 +245,9 @@ struct font* font_get(int font) } #endif +/* This is no longer defined in ROCKBOX builds so just use a huge value */ +#define SKIN_BUFFER_SIZE (200*1024) + int main(int argc, char **argv) { int res; |