Merge branch 'master' into magic-8.2
This commit is contained in:
commit
e5b7ba3abf
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue