From 7bd2ff96bf9f74b5250f67e17b5b118b5e15105a Mon Sep 17 00:00:00 2001 From: N2614 Date: Wed, 20 Apr 2011 11:03:21 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=82=A8=E3=83=A9?= =?UTF-8?q?=E3=83=BC=E4=BF=AE=E6=AD=A3?= 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@210 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp b/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp index 72e3108..1b2c678 100644 --- a/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp +++ b/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp @@ -360,8 +360,10 @@ void CheckConsoleInitialized(::std::vector& message, bool& goNextSt // シリアルナンバーがあるかどうかチェック void CheckExistsSerialNumber(::std::vector& message, bool& goNextStep) { + NN_UNUSED_VAR(message); NN_UNUSED_VAR(goNextStep); + // SDカードにシリアルナンバーがあるか? if (common::ExistsSerialNumberFile()) { @@ -1151,8 +1153,6 @@ void ControlState(::std::vector& operationMessage, bool& nextStep) s_RestoreState = FAIL; } - init = false; - s_RestoreState = CONNECT_ONLY; } break;