- 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
1 changed files with 1 additions and 1 deletions

View File

@ -1030,7 +1030,7 @@ void D_DoomLoop ()
catch (CVMAbortException &error)
{
error.MaybePrintMessage();
Printf("%s", error.stacktrace);
Printf("%s", error.stacktrace.GetChars());
D_ErrorCleanup();
}
}