mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 15:02:39 +00:00
- Fixed GCC/Clang warning/error.
This commit is contained in:
parent
2677976cae
commit
e4c208602d
1 changed files with 1 additions and 1 deletions
|
@ -1030,7 +1030,7 @@ void D_DoomLoop ()
|
|||
catch (CVMAbortException &error)
|
||||
{
|
||||
error.MaybePrintMessage();
|
||||
Printf("%s", error.stacktrace);
|
||||
Printf("%s", error.stacktrace.GetChars());
|
||||
D_ErrorCleanup();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue