| Index: core/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp
|
| diff --git a/core/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp b/core/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp
|
| index 379e75938e618ca3d54644bbe4ff74030f53159e..c3d4ca621ae212a4d48f53a828ab7ecc590f8d19 100644
|
| --- a/core/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp
|
| +++ b/core/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp
|
| @@ -354,7 +354,7 @@ CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTA* pLogFont,
|
| pFontDict = new CPDF_Dictionary;
|
| CFX_ByteString cmap;
|
| CFX_ByteString ordering;
|
| - int supplement;
|
| + int supplement = 0;
|
| CPDF_Array* pWidthArray = new CPDF_Array;
|
| switch (pLogFont->lfCharSet) {
|
| case CHINESEBIG5_CHARSET:
|
|
|