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