From 0d5491fe3dc3012dbed5eea37bd346095d3f61e8 Mon Sep 17 00:00:00 2001 From: N2614 Date: Fri, 15 Apr 2011 07:15:13 +0000 Subject: [PATCH] =?UTF-8?q?=E5=90=B8=E5=87=BA=E3=81=97=E6=99=82=E3=81=AB?= =?UTF-8?q?=E3=83=AD=E3=82=B0=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92?= =?UTF-8?q?=E6=B6=88=E5=8E=BB=E3=81=97=E3=81=AA=E3=81=84=E3=82=88=E3=81=86?= =?UTF-8?q?=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@204 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/ConsoleBackup/Exporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ConsoleDataMigration/ConsoleBackup/Exporter.cpp b/trunk/ConsoleDataMigration/ConsoleBackup/Exporter.cpp index 2913be0..bd8f3de 100644 --- a/trunk/ConsoleDataMigration/ConsoleBackup/Exporter.cpp +++ b/trunk/ConsoleDataMigration/ConsoleBackup/Exporter.cpp @@ -642,7 +642,7 @@ void InitializeFileListContext() void ExportTwlSaveData() { // 不要なデータを削除する - DeleteTrash(common::SDMC_ROOT_DIRECTORY_PATH); + DeleteTrash((std::wstring(common::LOG_ROOT_DIRECTORY_PATH) + std::wstring(L"/")).c_str()); s_ExportThread.Start(WriteTwlSaveData, s_ExportThreadStack); }