From 0b76f598f879aba590c11496d4266ae02d087bde Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Jul 2018 16:59:41 +0300 Subject: fix for random crash fix on start --- plugins/CrashDumper/src/dumper.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'plugins') diff --git a/plugins/CrashDumper/src/dumper.cpp b/plugins/CrashDumper/src/dumper.cpp index 498a5026e1..52d42d745e 100644 --- a/plugins/CrashDumper/src/dumper.cpp +++ b/plugins/CrashDumper/src/dumper.cpp @@ -422,10 +422,7 @@ void PrintVersionInfo(CMStringW& buffer, unsigned flags) wchar_t profpn[MAX_PATH]; mir_snwprintf(profpn, L"%s\\%s", profpathfull, profname); - - DATABASELINK *db = FindDatabasePlugin(profpn); - - buffer.AppendFormat(L"Profile: %s (%s)\r\n", profpn, db->szFullName); + buffer.AppendFormat(L"Profile: %s\r\n", profpn); if (flags & VI_FLAG_PRNVAR) { WIN32_FIND_DATA FindFileData; @@ -443,9 +440,6 @@ void PrintVersionInfo(CMStringW& buffer, unsigned flags) GetLanguagePackString(buffer); buffer.Append(L"\r\n"); - // buffer.AppendFormat(L"Nightly: %s\r\n"), wcsstr(vertxt, L"alpha")) ? L"Yes") : L"No")); - // buffer.AppendFormat(L"Unicode: %s\r\n"), wcsstr(vertxt, L"Unicode")) ? L"Yes") : L"No")); - GetPluginsString(buffer, flags); if (flags & VI_FLAG_WEATHER) { -- cgit v1.2.3