Fixed double-period showing on native failures.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402421
This commit is contained in:
David Anderson 2008-07-16 03:37:37 +00:00
parent 463cfb0015
commit 4d48fc7ae5

View File

@ -1374,7 +1374,7 @@ bool CPluginManager::RunSecondPass(CPlugin *pPlugin, char *error, size_t maxleng
{
if (error)
{
snprintf(error, maxlength, "Native \"%s\" was not found.", native->name);
snprintf(error, maxlength, "Native \"%s\" was not found", native->name);
}
return false;
}