- Fixed GCC/Clang warning/error.

This commit is contained in:
Edoardo Prezioso 2016-12-07 11:28:40 +01:00 committed by Christoph Oelckers
parent 2677976cae
commit e4c208602d

View file

@ -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();
} }
} }