mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Compilation
This commit is contained in:
parent
a625bccce3
commit
5a5bc16225
1 changed files with 1 additions and 1 deletions
|
@ -1535,7 +1535,7 @@ static bool openDocWithExtension (const std::string &document, const std::string
|
||||||
|
|
||||||
if (command.empty())
|
if (command.empty())
|
||||||
{
|
{
|
||||||
nlwarning("Unable to open %s", document);
|
nlwarning("Unable to open %s", document.c_str());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue