We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be9cc6 commit 78746d5Copy full SHA for 78746d5
cocos2d-ui/CCBReader/CCBReader.m
@@ -159,7 +159,7 @@ static inline void alignBits(CCBReader *self)
159
}
160
161
162
-static inline unsigned int readVariableLengthIntFromArray(const uint8_t* buffer, uint32_t * value) {
+static inline ptrdiff_t readVariableLengthIntFromArray(const uint8_t* buffer, uint32_t * value) {
163
const uint8_t* ptr = buffer;
164
uint32_t b;
165
uint32_t result;
0 commit comments