rtf: fixed a warning about an uninitialized variable.
This commit is contained in:
@@ -411,7 +411,7 @@ TextOutput::GroupEnd(RTF::Group *group)
|
|||||||
if (!fProcessRuns)
|
if (!fProcessRuns)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
text_run *last;
|
text_run *last = NULL;
|
||||||
fGroupStack.Pop(&last);
|
fGroupStack.Pop(&last);
|
||||||
|
|
||||||
// has the style been changed?
|
// has the style been changed?
|
||||||
|
|||||||
Reference in New Issue
Block a user