From 6585f07a2ca8a823974e11fc9a953a08456a2075 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Tue, 1 Sep 2015 16:29:49 +0200 Subject: directwrite: fix compilation A name clash was introduced by commit ab08d079. --- libass/ass_directwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libass/ass_directwrite.c b/libass/ass_directwrite.c index 099c1fe..333407d 100644 --- a/libass/ass_directwrite.c +++ b/libass/ass_directwrite.c @@ -374,7 +374,7 @@ static int encode_utf16(wchar_t *chars, uint32_t codepoint) } } -static char *get_fallback(void *priv, const char *family, uint32_t codepoint) +static char *get_fallback(void *priv, const char *base, uint32_t codepoint) { HRESULT hr; ProviderPrivate *provider_priv = (ProviderPrivate *)priv; -- cgit v1.2.3