[vlc-commits] freetype: darwin: Fix comment for CFStringCopyUTF8CString
Marvin Scholz
git at videolan.org
Tue Jun 19 00:46:58 CEST 2018
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | 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)
More information about the vlc-commits
mailing list