1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 23:23:52 +00:00

Rename dumps into crashdumps to make the folder's purpose clear to users

This commit is contained in:
David Cernat 2016-11-20 19:25:55 +02:00
parent f865246955
commit 7a3d490121

View file

@ -67,7 +67,7 @@ void breakpad(std::string pathToDump)
{ {
#ifdef _WIN32 #ifdef _WIN32
pHandler = new google_breakpad::ExceptionHandler( pHandler = new google_breakpad::ExceptionHandler(
L"dumps\\", L"crashdumps\\",
/*FilterCallback*/ 0, /*FilterCallback*/ 0,
DumpCallback, DumpCallback,
0, 0,