mirror of
https://github.com/Ryuzaki-MrL/savemii.git
synced 2026-04-23 10:57:24 -05:00
Use size_t
This commit is contained in:
parent
a12cc93b80
commit
c8ac1dda2e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user