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

不知道这个算不算库函数BUG呢?
我把BundleReader::tell()头文件声明那里 返回值声明long int 改为/**
* Returns the position of the file pointer.
*/
ssize_t tell();
就OK了
哦···原来这样··谢谢··没找到这个错误··