| Index: core/fxcodec/jbig2/JBig2_BitStream.cpp
|
| diff --git a/core/fxcodec/jbig2/JBig2_BitStream.cpp b/core/fxcodec/jbig2/JBig2_BitStream.cpp
|
| index a2a4c2c7c0e09e842ff8eab22f2901456a39a1ef..4ca4be16d4cc031c8a1d79aa8d4970206d9224d6 100644
|
| --- a/core/fxcodec/jbig2/JBig2_BitStream.cpp
|
| +++ b/core/fxcodec/jbig2/JBig2_BitStream.cpp
|
| @@ -101,7 +101,7 @@ int32_t CJBig2_BitStream::readInteger(FX_DWORD* dwResult) {
|
| return 0;
|
| }
|
|
|
| -int32_t CJBig2_BitStream::readShortInteger(FX_WORD* dwResult) {
|
| +int32_t CJBig2_BitStream::readShortInteger(uint16_t* dwResult) {
|
| if (m_dwByteIdx + 1 >= m_dwLength)
|
| return -1;
|
|
|
|
|