diff --git a/firmware/font.c b/firmware/font.c index 3b7e714771..1b5825ae86 100644 --- a/firmware/font.c +++ b/firmware/font.c @@ -529,7 +529,7 @@ int font_load_ex( const char *path, size_t buf_size, int glyphs ) pdata->disabled = false; /* load and init */ - struct font *pf = &pdata->pf; + struct font *pf = &pdata->font; memcpy(pf, &f, sizeof( struct font) ); pf->fd = fd;