cocos2d-x-3.2库函数 BUG,如果错了,勿喷

不知道这个算不算库函数BUG呢?
我把BundleReader::tell()头文件声明那里 返回值声明long int 改为/**
* Returns the position of the file pointer.
*/
ssize_t tell();
就OK了:2:

楼主是用NDK R10d的吧…3.2的话推荐用r9d…这个错误之前就有人反馈过了
http://www.cocos2d-x.org/news/307

哦···原来这样··谢谢··没找到这个错误··:14: