Commit 598c0953 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

fusion: Avoid hardcoding the Unicode string literal lengths.

parent cf598bdd
......@@ -461,7 +461,7 @@ static inline void token_to_str(BYTE *bytes, LPWSTR str)
{
DWORD i;
static const WCHAR hexval[16] = {
static const WCHAR hexval[] = {
'0','1','2','3','4','5','6','7','8','9','a','b','c','d','e','f'
};
......
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