diff --git a/ext2spice/ext2hier.c b/ext2spice/ext2hier.c index 7d3df37f..07143cb0 100644 --- a/ext2spice/ext2hier.c +++ b/ext2spice/ext2hier.c @@ -1596,7 +1596,7 @@ esMakePorts(hc, cdata) // Find the cell for the instance portdef = NULL; - he = HashFind(&updef->def_uses, portname); + he = HashLookOnly(&updef->def_uses, portname); if (he != NULL) { use = (Use *)HashGetValue(he);