Add TODO item
This commit is contained in:
parent
f4281e0a92
commit
bcd26bd7b1
|
@ -162,6 +162,7 @@ hb_ft_face_create (FT_Face ft_face,
|
|||
{
|
||||
hb_face_t *face;
|
||||
|
||||
/* TODO: Handle NULL ft_face (in other places too */
|
||||
if (ft_face->stream->base != NULL) {
|
||||
hb_blob_t *blob;
|
||||
|
||||
|
|
Loading…
Reference in New Issue