bootstrap
[reactos.git] / ntoskrnl / rtl / sprintf.c
index 259a897..ca26c98 100644 (file)
@@ -201,7 +201,7 @@ stringw(char* buf, char* end, const wchar_t* sw, int len, int field_width, int p
        int i;
        if (sw == NULL)
        {
-               sw = L"<NULL>";
+               sw = REACTOS_UCS2(L"<NULL>");
                len = 6;
        }
        else