| Index: core/fpdftext/fpdf_text_int.cpp
|
| diff --git a/core/fpdftext/fpdf_text_int.cpp b/core/fpdftext/fpdf_text_int.cpp
|
| index 0b237972fb2c8a4d084326651fe58009beb2f5e0..16e5f5f0cc188e314a4aed13a6db6e3375e1046a 100644
|
| --- a/core/fpdftext/fpdf_text_int.cpp
|
| +++ b/core/fpdftext/fpdf_text_int.cpp
|
| @@ -1803,7 +1803,8 @@ FX_BOOL CPDF_TextPage::IsSameTextObject(CPDF_TextObject* pTextObj1,
|
| if (nPreCount != nCurCount) {
|
| return FALSE;
|
| }
|
| - CPDF_TextObjectItem itemPer, itemCur;
|
| + CPDF_TextObjectItem itemPer;
|
| + CPDF_TextObjectItem itemCur;
|
| for (int i = 0; i < nPreCount; i++) {
|
| pTextObj2->GetItemInfo(i, &itemPer);
|
| pTextObj1->GetItemInfo(i, &itemCur);
|
|
|