diff --git a/trunk/ConsoleDataMigration/common/PlayHistoryManager.cpp b/trunk/ConsoleDataMigration/common/PlayHistoryManager.cpp index 64bde1a..b10d4b7 100644 --- a/trunk/ConsoleDataMigration/common/PlayHistoryManager.cpp +++ b/trunk/ConsoleDataMigration/common/PlayHistoryManager.cpp @@ -117,7 +117,8 @@ nn::Result PlayHistoryManager::Import() if(historyNum == 0) { NN_LOG("No PlayHistory found\n"); - return; + return nn::Result(nn::Result::LEVEL_PERMANENT, nn::Result::SUMMARY_NOT_FOUND, nn::Result::MODULE_COMMON, + nn::Result::DESCRIPTION_NOT_FOUND); } size_t bufSize = common::HeapManager::GetHeap()->GetAllocatableSize();