(CoreText) Buildfix

This commit is contained in:
twinaphex 2019-08-24 16:56:32 +02:00
parent e5ac07f52f
commit 86410cc3b0

View File

@ -264,7 +264,7 @@ static void *font_renderer_ct_init(const char *font_path, float font_size)
ct_font_renderer_t *handle = (ct_font_renderer_t*)
calloc(1, sizeof(*handle));
if (!handle || !string_is_valid(font_path))
if (!handle || !path_is_valid(font_path))
{
err = 1;
goto error;