From 9417bd124b9876efe595582b90ddaa3f0c26ce85 Mon Sep 17 00:00:00 2001 From: Renaud Lepage Date: Fri, 26 Aug 2005 19:07:45 +0000 Subject: [PATCH] Yet another whoopies, but this time it's my fault. sorry. --- stepmania/src/RageFileDriverDirectHelpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageFileDriverDirectHelpers.cpp b/stepmania/src/RageFileDriverDirectHelpers.cpp index 4d1720542b..83599c7475 100644 --- a/stepmania/src/RageFileDriverDirectHelpers.cpp +++ b/stepmania/src/RageFileDriverDirectHelpers.cpp @@ -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;