rtf: fixed a warning about an uninitialized variable.

This commit is contained in:
Jérôme Duval
2013-10-04 15:21:52 +02:00
parent fa49d9714d
commit da9508d5e3
+1 -1
View File
@@ -411,7 +411,7 @@ TextOutput::GroupEnd(RTF::Group *group)
if (!fProcessRuns)
return;
text_run *last;
text_run *last = NULL;
fGroupStack.Pop(&last);
// has the style been changed?