1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00

working on crash on mac

This commit is contained in:
Lu Wang 2012-09-17 22:16:07 +08:00
parent be595e7fcb
commit 0e8a96fdd6

View File

@ -103,6 +103,8 @@ void ffw_load_font(const char * filename)
if(!font->fv)
FVAppend(_FontViewCreate(font));
assert(font->fv);
cur_fv = font->fv;
}