Yet another whoopies, but this time it's my fault. sorry.

This commit is contained in:
Renaud Lepage
2005-08-26 19:07:45 +00:00
parent b313df449a
commit 9417bd124b
@@ -98,7 +98,7 @@ static bool WinMoveFileInternal( const CString &sOldPath, const CString &sNewPat
bool WinMoveFile( CString sOldPath, CString sNewPath )
{
if( WinMoveFileInternal( DoPathReplace(sOldPath), DoPathReplace(sNewPath) )
if( WinMoveFileInternal( DoPathReplace(sOldPath), DoPathReplace(sNewPath) ) )
return true;
if( GetLastError() != ERROR_ACCESS_DENIED )
return false;