Fixed POSIX support for NazaraCore (Close #15)
Former-commit-id: 7fee4f65f1306698a8e399a7d4b0593b68929d33
This commit is contained in:
@@ -224,7 +224,7 @@ bool NzDirectory::Copy(const NzString& sourcePath, const NzString& destPath)
|
||||
return false;
|
||||
}
|
||||
|
||||
while (dir.NextResult(true));
|
||||
while (dir.NextResult(true))
|
||||
{
|
||||
if (dir.IsResultDirectory())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user