From c2a810b8c461da89c08148e0c11600dd987cdf58 Mon Sep 17 00:00:00 2001 From: N2614 Date: Mon, 1 Aug 2011 06:38:09 +0000 Subject: [PATCH] =?UTF-8?q?[Verifier]TWL=5FNAND=E3=81=AE=E6=A4=9C=E8=A8=BC?= =?UTF-8?q?=E7=94=A8=E3=83=91=E3=82=B9=E3=82=92=E6=AD=A3=E3=81=97=E3=81=8F?= 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@412 385bec56-5757-e545-9c3a-d8741f4650f1 --- .../sources/tools/ExportedDataVerifier/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ConsoleDataMigration/sources/tools/ExportedDataVerifier/main.cpp b/trunk/ConsoleDataMigration/sources/tools/ExportedDataVerifier/main.cpp index 755abad..8277387 100644 --- a/trunk/ConsoleDataMigration/sources/tools/ExportedDataVerifier/main.cpp +++ b/trunk/ConsoleDataMigration/sources/tools/ExportedDataVerifier/main.cpp @@ -108,7 +108,7 @@ void GenerateNandPath(wchar_t* toPath, const wchar_t* fromPath) } else { - output += std::string("twln:/"); + output += std::string("twln:/title/"); output += tmp.substr(size + twlRoot.size()); } }