Fixed: Compilation

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-10 12:33:44 +01:00
parent dbba511ee7
commit c716c48fdb

View file

@ -1535,7 +1535,7 @@ static bool openDocWithExtension (const std::string &document, const std::string
if (command.empty())
{
nlwarning("Unable to open %s", document);
nlwarning("Unable to open %s", document.c_str());
return false;
}