mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Merge remote-tracking branch 'origin/patch-1'
This commit is contained in:
commit
2dcafcb574
|
|
@ -206,7 +206,7 @@ bool PosixFileSystem::rename(const Path& from,const Path& to)
|
|||
String fa = buildFileName(_volume,from);
|
||||
String fb = buildFileName(_volume,to);
|
||||
|
||||
if (!rename(fa.c_str(),fb.c_str()))
|
||||
if (!::rename(fa.c_str(),fb.c_str()))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue