mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-01 08:31:14 +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)
|
catch (CVMAbortException &error)
|
||||||
{
|
{
|
||||||
error.MaybePrintMessage();
|
error.MaybePrintMessage();
|
||||||
Printf("%s", error.stacktrace);
|
Printf("%s", error.stacktrace.GetChars());
|
||||||
D_ErrorCleanup();
|
D_ErrorCleanup();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue