Fixed double-period showing on native failures.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402421
This commit is contained in:
parent
463cfb0015
commit
4d48fc7ae5
@ -1374,7 +1374,7 @@ bool CPluginManager::RunSecondPass(CPlugin *pPlugin, char *error, size_t maxleng
|
|||||||
{
|
{
|
||||||
if (error)
|
if (error)
|
||||||
{
|
{
|
||||||
snprintf(error, maxlength, "Native \"%s\" was not found.", native->name);
|
snprintf(error, maxlength, "Native \"%s\" was not found", native->name);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user