Commit ea236aa9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32: Fix the formatting of an NLS_IsUnicodeOnlyLcid() trace.

parent 53e69130
...@@ -333,7 +333,7 @@ static BOOL NLS_IsUnicodeOnlyLcid(LCID lcid) ...@@ -333,7 +333,7 @@ static BOOL NLS_IsUnicodeOnlyLcid(LCID lcid)
case LANG_MARATHI: case LANG_MARATHI:
case LANG_PUNJABI: case LANG_PUNJABI:
case LANG_SANSKRIT: case LANG_SANSKRIT:
TRACE("lcid 0x%08x: langid 0x%4x is Unicode Only\n", lcid, PRIMARYLANGID(lcid)); TRACE("lcid 0x%08x: langid 0x%04x is Unicode Only\n", lcid, PRIMARYLANGID(lcid));
return TRUE; return TRUE;
default: default:
return FALSE; return FALSE;
......
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