Xbox : Correct the path correction routine. We are now back.

This commit is contained in:
Renaud Lepage
2005-08-26 19:02:10 +00:00
parent db92df2fe1
commit 4cf9334b9f
3 changed files with 20 additions and 26 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ RageFileObjDirect::~RageFileObjDirect()
CString sNewPath = m_sPath;
#if defined(WIN32)
if( WinMoveFile(sOldPath, sNewPath) )
if( WinMoveFile(DoPathReplace(sOldPath), DoPathReplace(sNewPath)) )
return;
/* We failed. */