Index: core/src/fpdfapi/fpdf_font/font_int.h |
diff --git a/core/src/fpdfapi/fpdf_font/font_int.h b/core/src/fpdfapi/fpdf_font/font_int.h |
index b151d78b51a8db9dd8e8a1ec0af1af7b419128a7..3ce9664ceb77189db084a2eee139e4f810aeddac 100644 |
--- a/core/src/fpdfapi/fpdf_font/font_int.h |
+++ b/core/src/fpdfapi/fpdf_font/font_int.h |
@@ -39,11 +39,11 @@ public: |
struct { |
const struct FXCMAP_CMap* m_pMapList; |
int m_Count; |
- } m_EmbeddedCharsets[5]; |
+ } m_EmbeddedCharsets[NUMBER_OF_CIDSETS]; |
struct { |
const FX_WORD* m_pMap; |
int m_Count; |
- } m_EmbeddedToUnicodes[5]; |
+ } m_EmbeddedToUnicodes[NUMBER_OF_CIDSETS]; |
FX_LPBYTE m_pContrastRamps; |
}; |
struct _CMap_CodeRange { |