vlc | branch: master | Marvin Scholz <[email protected]> | Tue Jun 19 00:44:56 2018 +0200| [ecbea35246c8f20cae27e60990f73c44f84398e9] | committer: Marvin Scholz
freetype: darwin: Fix comment for CFStringCopyUTF8CString > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ecbea35246c8f20cae27e60990f73c44f84398e9 --- modules/text_renderer/freetype/fonts/darwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/text_renderer/freetype/fonts/darwin.c b/modules/text_renderer/freetype/fonts/darwin.c index 9e031fc6ee..121786d267 100644 --- a/modules/text_renderer/freetype/fonts/darwin.c +++ b/modules/text_renderer/freetype/fonts/darwin.c @@ -200,7 +200,7 @@ end: return p_family; } -/* Obtains a copy of the contents of a CFString in ASCII encoding. +/* Obtains a copy of the contents of a CFString in UTF8 encoding. * Returns char* (must be freed by caller) or NULL on failure. */ static char* CFStringCopyUTF8CString(CFStringRef cfString) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
