| Index: xfa/fgas/font/fgas_fontutils.cpp
|
| diff --git a/xfa/fgas/font/fgas_fontutils.cpp b/xfa/fgas/font/fgas_fontutils.cpp
|
| index 2e550f7c08716d38974363cc28fc8102ff123148..12271fbb64b17715576e7791a6c7e076d69ecd6a 100644
|
| --- a/xfa/fgas/font/fgas_fontutils.cpp
|
| +++ b/xfa/fgas/font/fgas_fontutils.cpp
|
| @@ -42,7 +42,7 @@ uint32_t FGAS_GetFontFamilyHash(const FX_WCHAR* pszFontFamily,
|
| wsFont += L"Italic";
|
| }
|
| wsFont += wCodePage;
|
| - return FX_HashCode_String_GetW((const FX_WCHAR*)wsFont, wsFont.GetLength());
|
| + return FX_HashCode_String_GetW(wsFont.c_str(), wsFont.GetLength());
|
| }
|
| static const FGAS_FONTUSB g_FXGdiFontUSBTable[] = {
|
| {0x0000, 0x007F, 0, 1252}, {0x0080, 0x00FF, 1, 1252},
|
|
|