[POSIX] Fix NzFileImpl::copy return value.
Former-commit-id: fdb2ed820a4e504c3e1872a9a9a19dea9ac2d351
This commit is contained in:
parent
9ad4aeb20f
commit
644aa1e546
|
|
@ -174,6 +174,7 @@ bool NzFileImpl::Copy(const NzString& sourcePath, const NzString& targetPath)
|
|||
|
||||
close(fd1);
|
||||
close(fd2);
|
||||
return true;
|
||||
}
|
||||
|
||||
bool NzFileImpl::Delete(const NzString& filePath)
|
||||
|
|
|
|||
Loading…
Reference in New Issue