Commit 5a1c1472 authored by Pierre Ynard's avatar Pierre Ynard

quartztext: build fix

parent d3c4e780
...@@ -736,6 +736,7 @@ static int ProcessNodes( filter_t *p_filter, ...@@ -736,6 +736,7 @@ static int ProcessNodes( filter_t *p_filter,
} }
break; break;
case XML_READER_TEXT: case XML_READER_TEXT:
{
CFStringRef p_cfString; CFStringRef p_cfString;
int len; int len;
...@@ -771,6 +772,7 @@ static int ProcessNodes( filter_t *p_filter, ...@@ -771,6 +772,7 @@ static int ProcessNodes( filter_t *p_filter,
CFRelease( p_attrnode ); CFRelease( p_attrnode );
break; break;
}
} }
} }
......
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