Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11195 from shuffle2/dummy
this is a test commit for WinUpdater
  • Loading branch information
JMC47 committed Oct 23, 2022
2 parents 34de2b8 + f952c3d commit 636c255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/UpdaterCommon/UpdaterCommon.cpp
Expand Up @@ -470,7 +470,7 @@ bool UpdateFiles(const std::vector<TodoList::UpdateOp>& to_update,
reloc_path.replace_filename("Updater.2.exe");
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.
}
}
Expand Down

0 comments on commit 636c255

Please sign in to comment.