Library: Fixed bug I caused when I cleaned up patch
This commit is contained in:
parent
1d4839b8a6
commit
ca0509e20b
|
@ -324,4 +324,5 @@ const Library::ArgumentChecks * Library::getarg(const std::string &functionName,
|
|||
const std::map<int,ArgumentChecks>::const_iterator it3 = it1->second.find(-1);
|
||||
if (it3 != it1->second.end())
|
||||
return &it3->second;
|
||||
return nullptr;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue