From b1803b8dffc0aaee46cd09946b8872164936c48e Mon Sep 17 00:00:00 2001 From: Marianne Gagnon Date: Sat, 7 Nov 2015 21:48:12 -0500 Subject: [PATCH] Apply fix by Benau --- src/guiengine/ft_environment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guiengine/ft_environment.cpp b/src/guiengine/ft_environment.cpp index 0e8262410..6e90e424b 100644 --- a/src/guiengine/ft_environment.cpp +++ b/src/guiengine/ft_environment.cpp @@ -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()); } }