Use size_t

This commit is contained in:
Xpl0itU 2022-11-02 12:21:30 +01:00
parent a12cc93b80
commit c8ac1dda2e

View File

@ -510,7 +510,7 @@ static bool copyFile(std::string pPath, std::string oPath) {
return false;
}
int sizef = getFilesize(source);
size_t sizef = getFilesize(source);
clearBuffersEx();
showFileOperation(basename(pPath.c_str()), pPath, oPath);