Kaydet (Commit) 1612a8e8 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1209362 coverity gold, wrong mask

Change-Id: I039563908a391103cc478e11666648cc517fc677
üst fb4b9fe3
......@@ -58,7 +58,7 @@ bool ImplGetInvalidAsciiMultiByte(sal_uInt32 nFlags,
{
if (nMaxLen == 0)
return false;
switch (nFlags & RTL_UNICODETOTEXT_FLAGS_UNDEFINED_MASK)
switch (nFlags & RTL_UNICODETOTEXT_FLAGS_INVALID_MASK)
{
case RTL_UNICODETOTEXT_FLAGS_INVALID_0:
*pBuf = 0x00;
......
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