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()); } }