Skip to content

Commit b1803b8

Browse files
committed
Apply fix by Benau
1 parent 35316c4 commit b1803b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guiengine/ft_environment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void FTEnvironment::checkError(FT_Error err, const irr::core::stringc desc)
6161
{
6262
if (err)
6363
{
64-
Log::error("Freetype Environment", "Something wrong when %s!", desc);
64+
Log::error("Freetype Environment", "Something wrong when %s!", desc.c_str());
6565
}
6666
}
6767

0 commit comments

Comments
 (0)