From 07a5bf967a52fe161418e8160e4985f85eaced91 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 17 Feb 2010 22:59:34 +0000 Subject: [PATCH] Initialuse user font table for checkwps. This is normally done from the settings code, which isn't run in this case git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24734 a1c6a512-1295-4272-9138-f99709370657 --- tools/checkwps/checkwps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c index 32b6daa88b..84d722ee46 100644 --- a/tools/checkwps/checkwps.c +++ b/tools/checkwps/checkwps.c @@ -286,6 +286,7 @@ int main(int argc, char **argv) } skin_buffer_init(); + skin_font_init(); /* Go through every wps that was thrown at us, error out at the first * flawed wps */