[vlc-commits] quartztext: compilation fix

Felix Paul Kühne git at videolan.org
Sat Jan 22 16:03:11 CET 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jan 22 16:03:02 2011 +0100| [25aa02939874065f6773aa73657c1a9aa52a4e15] | committer: Felix Paul Kühne

quartztext: compilation fix

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

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

diff --git a/modules/misc/quartztext.c b/modules/misc/quartztext.c
index 4f3b4ec..12745e2 100644
--- a/modules/misc/quartztext.c
+++ b/modules/misc/quartztext.c
@@ -498,7 +498,7 @@ static int HandleFontAttributes( xml_reader_t *p_xml_reader,
     i_font_alpha = (i_font_color >> 24) & 0xff;
     i_font_color &= 0x00ffffff;
 
-    while ( (attr = xml_ReaderNextAttr( p_xml_reader, &psz_value )) )
+    while ( (attr = xml_ReaderNextAttr( p_xml_reader, &value )) )
     {
         if( !strcasecmp( "face", attr ) )
         {



More information about the vlc-commits mailing list