mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-07-11 01:24:01 +02:00
RMG: improve error message in exception_handler()
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ static LONG WINAPI exception_handler(_EXCEPTION_POINTERS* ExceptionInfo)
|
||||
nullptr, nullptr);
|
||||
if (!ret)
|
||||
{
|
||||
show_error("Crash detected, failed to save minidump file!");
|
||||
show_error("Failed to save minidump file!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user