[POSIX] Fix NzFileImpl::copy return value.

Former-commit-id: fdb2ed820a4e504c3e1872a9a9a19dea9ac2d351
This commit is contained in:
= 2013-07-04 13:28:28 +02:00
parent 9ad4aeb20f
commit 644aa1e546
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ bool NzFileImpl::Copy(const NzString& sourcePath, const NzString& targetPath)
close(fd1); close(fd1);
close(fd2); close(fd2);
return true;
} }
bool NzFileImpl::Delete(const NzString& filePath) bool NzFileImpl::Delete(const NzString& filePath)