| Index: core/src/fxge/ge/fx_ge_fontmap.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_fontmap.cpp b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| index fd96ff24ab217047d4f01168cb292675ab76fe05..8b1342954a6efa529b34ce482b3277d9fa5bd616 100644
|
| --- a/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| @@ -1464,7 +1464,7 @@ void CFX_FolderFontInfo::ScanFile(CFX_ByteString& path)
|
| }
|
| FX_DWORD face_bytes = nFaces * 4;
|
| uint8_t* offsets = FX_Alloc(uint8_t, face_bytes);
|
| - readCnt = FXSYS_fread(offsets, face_bytes, 1, pFile);
|
| + readCnt = FXSYS_fread(offsets, 1, face_bytes, pFile);
|
| if (readCnt != face_bytes) {
|
| FX_Free(offsets);
|
| FXSYS_fclose(pFile);
|
|
|