mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
fix minor conversion warning on 32-bit
This commit is contained in:
@ -385,8 +385,8 @@ int UTIL_prepareFileList(const char* dirName,
|
||||
char** bufEnd, int followLinks)
|
||||
{
|
||||
char* path;
|
||||
size_t dirLength;
|
||||
int pathLength, nbFiles = 0;
|
||||
size_t dirLength, pathLength;
|
||||
int nbFiles = 0;
|
||||
WIN32_FIND_DATAA cFile;
|
||||
HANDLE hFile;
|
||||
|
||||
|
Reference in New Issue
Block a user