| Index: core/src/fxge/win32/fx_win32_device.cpp
|
| diff --git a/core/src/fxge/win32/fx_win32_device.cpp b/core/src/fxge/win32/fx_win32_device.cpp
|
| index a40e79bde7b772e8bfc538b0a8770d407445325b..93c2fd6836e153ec6f8faa22d5c650b5dbf1d05d 100644
|
| --- a/core/src/fxge/win32/fx_win32_device.cpp
|
| +++ b/core/src/fxge/win32/fx_win32_device.cpp
|
| @@ -122,7 +122,7 @@ FX_BOOL CFX_Win32FontInfo::IsSupportFontFormDiv(const LOGFONTA* plf) {
|
| }
|
| void CFX_Win32FontInfo::AddInstalledFont(const LOGFONTA* plf,
|
| FX_DWORD FontType) {
|
| - CFX_ByteString name(plf->lfFaceName, -1);
|
| + CFX_ByteString name(plf->lfFaceName);
|
| if (name[0] == '@') {
|
| return;
|
| }
|
|
|