Skip to content

Commit

Permalink
RMG: improve error message in exception_handler()
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Feb 27, 2025
1 parent b4a0642 commit e1bbf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RMG/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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!");
}
}

Expand Down

0 comments on commit e1bbf66

Please sign in to comment.