diff --git a/trunk/ConsoleDataMigration/ConsoleRestore/Updater.cpp b/trunk/ConsoleDataMigration/ConsoleRestore/Updater.cpp index 5f0c4d8..df1e102 100644 --- a/trunk/ConsoleDataMigration/ConsoleRestore/Updater.cpp +++ b/trunk/ConsoleDataMigration/ConsoleRestore/Updater.cpp @@ -171,7 +171,7 @@ void UpdateThreadFunc() progress.totalTitleNum, progress.currentDownloadedSize, progress.currentTotalSize, - progress.state); + static_cast(progress.state)); // ゼロ除算を防ぐ if(progress.totalTitleNum == 0)