Commit 25aa0293 authored by Felix Paul Kühne's avatar Felix Paul Kühne

quartztext: compilation fix

parent 15527aa0
......@@ -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 ) )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment