From 668a8cb466d6056488777bac303c780fba15bb84 Mon Sep 17 00:00:00 2001 From: N2614 Date: Wed, 23 Feb 2011 11:05:41 +0000 Subject: [PATCH] =?UTF-8?q?VersionData=E3=82=92=E5=88=9D=E6=9C=9F=E5=8C=96?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=8A=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@81 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/ConsoleRestore/Importer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/ConsoleDataMigration/ConsoleRestore/Importer.cpp b/trunk/ConsoleDataMigration/ConsoleRestore/Importer.cpp index cd5f53a..54d6fe7 100644 --- a/trunk/ConsoleDataMigration/ConsoleRestore/Importer.cpp +++ b/trunk/ConsoleDataMigration/ConsoleRestore/Importer.cpp @@ -717,6 +717,8 @@ void ReadVersionData() { nn::Result result; + std::memset(&s_SDVersionData, 0, sizeof(common::VerDef)); + size_t bufSize = common::HeapManager::GetHeap()->GetAllocatableSize(); NN_LOG("AllocatableSize = %d\n", bufSize);