Apply fix by Benau

This commit is contained in:
Marianne Gagnon 2015-11-07 21:48:12 -05:00
parent 35316c447d
commit b1803b8dff

View File

@ -61,7 +61,7 @@ void FTEnvironment::checkError(FT_Error err, const irr::core::stringc desc)
{
if (err)
{
Log::error("Freetype Environment", "Something wrong when %s!", desc);
Log::error("Freetype Environment", "Something wrong when %s!", desc.c_str());
}
}