From 8d97f51d55f4071f1696c2f7689bb0d4f9590c82 Mon Sep 17 00:00:00 2001 From: N2614 Date: Tue, 22 Feb 2011 07:12:26 +0000 Subject: [PATCH] =?UTF-8?q?FAIL=E3=81=97=E3=81=9F=E3=82=89=E5=88=9D?= =?UTF-8?q?=E6=9C=9F=E7=8A=B6=E6=85=8B=E3=81=8B=E3=82=89=E3=82=84=E3=82=8A?= =?UTF-8?q?=E7=9B=B4=E3=81=99=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@75 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp b/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp index 1c30417..04aea77 100644 --- a/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp +++ b/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp @@ -704,6 +704,14 @@ void ControlState(::std::vector& operationMessage, bool& nextStep, // 書き込み失敗 case FAIL: { + static bool init = true; + if(init) + { + // 状態初期化 + DeleteAllCheckFiles(); + init = false; + } + operationMessage.push_back(::std::string("Failed.")); if (!s_PlayedFailSound) {