fix operator
This commit is contained in:
parent
3b498efbd9
commit
586978f345
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ void map_parser::parse_map(Map & map, xml_node const& pt, std::string const& bas
|
|||
{
|
||||
if (strict_)
|
||||
{
|
||||
throw config_error(std::string("Failed to load fonts from: ") << *font_directory);
|
||||
throw config_error(std::string("Failed to load fonts from: ") + *font_directory);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue