Commit 0b64f240 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

dwrite: Make sure explicit levels are always initialized (Valgrind).

parent e9d7cf99
......@@ -445,8 +445,9 @@ static void bidi_resolve_explicit(UINT8 baselevel, UINT8 *classes, UINT8 *levels
pop_stack();
break;
/* X8: Nothing */
/* X8 */
default:
levels[i] = baselevel;
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