if font_glyphs_to_bufsize() returns 0 it means the font couldnt be loaded, so allocat...
commitedf06b7324e1d5fd6d2e342fe4c069727ced22dd
authorJonathan Gordon <rockbox@jdgordon.info>
Mon, 12 Sep 2011 10:26:23 +0000 (12 10:26 +0000)
committerJonathan Gordon <rockbox@jdgordon.info>
Mon, 12 Sep 2011 10:26:23 +0000 (12 10:26 +0000)
tree2bda407e8a72298f0cba4c64b57b56aa48364cba
parent8ec2873fba9bc10deec716ccd55cef49def11ce7
if font_glyphs_to_bufsize() returns 0 it means the font couldnt be loaded, so allocating the buffer size is pointless

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30512 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_fonts.c