Merge branch 'master' into magic-8.2

This commit is contained in:
Tim Edwards 2019-10-03 03:00:07 -04:00
commit e5b7ba3abf
1 changed files with 1 additions and 1 deletions

View File

@ -1586,7 +1586,7 @@ esMakePorts(hc, cdata)
is_array = FALSE;
if (aptr != NULL)
{
he = HashFind(&updef->def_uses, portname);
he = HashLookOnly(&updef->def_uses, portname);
if (he == NULL)
{
*aptr = '\0';