| Index: core/fpdfapi/fpdf_page/cpdf_shadingpattern.cpp
|
| diff --git a/core/fpdfapi/fpdf_page/cpdf_shadingpattern.cpp b/core/fpdfapi/fpdf_page/cpdf_shadingpattern.cpp
|
| index 6ccf1403f935cd09084106d81164b2a874cf8698..a48402a82e4c6238f6baccc95575359a7865f19c 100644
|
| --- a/core/fpdfapi/fpdf_page/cpdf_shadingpattern.cpp
|
| +++ b/core/fpdfapi/fpdf_page/cpdf_shadingpattern.cpp
|
| @@ -43,7 +43,7 @@ CPDF_ShadingPattern::CPDF_ShadingPattern(CPDF_Document* pDoc,
|
| if (parentMatrix)
|
| m_Pattern2Form.Concat(*parentMatrix);
|
| }
|
| - for (int i = 0; i < FX_ArraySize(m_pFunctions); ++i)
|
| + for (size_t i = 0; i < FX_ArraySize(m_pFunctions); ++i)
|
| m_pFunctions[i] = nullptr;
|
| }
|
|
|
|
|