Changed: Removed useless parameter for nlerror

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent 6c2490090d
commit 5a5dd33a9c

@ -1000,7 +1000,7 @@ void CPatchManager::executeBatchFile()
if (execl(strCmdLine.c_str(), strCmdLine.c_str(), LoginLogin.c_str(), LoginPassword.c_str(), (char *) NULL) == -1)
{
int errsv = errno;
nlerror("Execl Error: %d %s", errsv, strCmdLine.c_str(), (char *) NULL);
nlerror("Execl Error: %d %s", errsv, strCmdLine.c_str());
}
else
{

Loading…
Cancel
Save