mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
fixing AppVeyor errors
This commit is contained in:
@ -836,7 +836,7 @@ int main(int argCount, const char* argv[])
|
||||
filenameTableSize = concatenatedTables->tableSize;
|
||||
tableBuf = concatenatedTables->buf;
|
||||
|
||||
filenameIdx += extendedTable->tableSize;
|
||||
filenameIdx += (unsigned) extendedTable->tableSize;
|
||||
isTableBufferBased = 1;
|
||||
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user