[vlc-devel] commit: Fix freetype on Win32 (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Aug 26 13:01:01 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 26 12:59:35 2009 +0200| [685cd612e27686fe7465593d61931279b1eabcb0] | committer: Jean-Baptiste Kempf 

Fix freetype on Win32

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=685cd612e27686fe7465593d61931279b1eabcb0
---

 modules/misc/freetype.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c
index 8341cf0..a6ef4dd 100644
--- a/modules/misc/freetype.c
+++ b/modules/misc/freetype.c
@@ -417,7 +417,7 @@ static int Create( vlc_object_t *p_this )
         goto error;
     }
 
-    FcPatternGetString( fontmatch, FC_FILE, 0, (FcChar8 **)&psz_fontfile);
+    FcPatternGetString( fontmatch, FC_FILE, 0, &psz_fontfile);
     FcPatternGetInteger( fontmatch, FC_INDEX, 0, &fontindex );
     if( !psz_fontfile )
     {




More information about the vlc-devel mailing list