switch frameBound type to ULL
This commit is contained in:
@@ -529,7 +529,7 @@ unsigned long long ZSTD_decompressBound(const void* src, size_t srcSize)
|
|||||||
}
|
}
|
||||||
|
|
||||||
{ size_t bound;
|
{ size_t bound;
|
||||||
size_t frameBound;
|
unsigned long long frameBound;
|
||||||
size_t frameSrcSize;
|
size_t frameSrcSize;
|
||||||
unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize);
|
unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize);
|
||||||
if (ret == ZSTD_CONTENTSIZE_ERROR) return ret;
|
if (ret == ZSTD_CONTENTSIZE_ERROR) return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user