mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Merge pull request #11195 from shuffle2/dummy
this is a test commit for WinUpdater
This commit is contained in:
commit
636c255130
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ bool UpdateFiles(const std::vector<TodoList::UpdateOp>& to_update,
|
||||||
reloc_path.replace_filename("Updater.2.exe");
|
reloc_path.replace_filename("Updater.2.exe");
|
||||||
if (!MoveFile(self_path.wstring().c_str(), reloc_path.wstring().c_str()))
|
if (!MoveFile(self_path.wstring().c_str(), reloc_path.wstring().c_str()))
|
||||||
{
|
{
|
||||||
fprintf(log_fp, "Failed to relocate %s.\n", op.filename.c_str());
|
fprintf(log_fp, "Failed to move %s.\n", op.filename.c_str());
|
||||||
// Just let the Copy fail, later.
|
// Just let the Copy fail, later.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue