| Index: core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
|
| diff --git a/core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp b/core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
|
| index 720b96ec36f86777757b2d9c09a8dbb99c5f7eab..6be90941d62ea55fb1561724bb3afa0270d09267 100644
|
| --- a/core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
|
| +++ b/core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
|
| @@ -81,7 +81,7 @@ CJBig2_ArithIaidDecoder::CJBig2_ArithIaidDecoder(unsigned char SBSYMCODELENA)
|
| CJBig2_ArithIaidDecoder::~CJBig2_ArithIaidDecoder() {}
|
|
|
| void CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder* pArithDecoder,
|
| - FX_DWORD* nResult) {
|
| + uint32_t* nResult) {
|
| int PREV = 1;
|
| for (unsigned char i = 0; i < SBSYMCODELEN; ++i) {
|
| JBig2ArithCtx* pCX = &m_IAID[PREV];
|
|
|