Commit c3aa9def authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

xmllite: Use a string literal for an empty string.

parent 1452e47f
......@@ -210,7 +210,7 @@ typedef struct
UINT start; /* input position where value starts */
} strval;
static WCHAR emptyW[] = {0};
static WCHAR emptyW[] = L"";
static WCHAR xmlW[] = L"xml";
static WCHAR xmlnsW[] = L"xmlns";
static const strval strval_empty = { (WCHAR *)emptyW, 0 };
......
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