| Index: fpdfsdk/src/fsdk_actionhandler.cpp
|
| diff --git a/fpdfsdk/src/fsdk_actionhandler.cpp b/fpdfsdk/src/fsdk_actionhandler.cpp
|
| index e3fdad393df11e28f17eceb6c6be656ebb2bf2c4..fb8bcb2cb7f59cf0cfab64dfa5e7199965e7e954 100644
|
| --- a/fpdfsdk/src/fsdk_actionhandler.cpp
|
| +++ b/fpdfsdk/src/fsdk_actionhandler.cpp
|
| @@ -564,7 +564,7 @@ void CPDFSDK_ActionHandler::DoAction_GoTo(CPDFSDK_Document* pDocument,
|
| CPDF_Dest MyDest = action.GetDest(pPDFDocument);
|
| int nPageIndex = MyDest.GetPageIndex(pPDFDocument);
|
| int nFitType = MyDest.GetZoomMode();
|
| - const CPDF_Array * pMyArray = (CPDF_Array*)MyDest.m_pObj;
|
| + const CPDF_Array * pMyArray = (CPDF_Array*)MyDest.GetObject();
|
| float* pPosAry = NULL;
|
| int sizeOfAry = 0;
|
| if (pMyArray != NULL)
|
|
|