mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-01 10:39:43 +02:00
Merge branch 'master' into magic-8.2
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user