Commit c5b68d1d authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

riched20: Initialize wEffects field before setting bits in it (Coverity).

parent 74e71b66
......@@ -547,7 +547,8 @@ void ME_RTFParAttrHook(RTF_Info *info)
PARAFORMAT2 fmt;
fmt.cbSize = sizeof(fmt);
fmt.dwMask = 0;
fmt.wEffects = 0;
switch(info->rtfMinor)
{
case rtfParDef: /* restores default paragraph attributes */
......
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