diff --git a/VERSION b/VERSION index 7659510c..e4716a47 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.487 +8.3.488 diff --git a/ext2spice/ext2spice.c b/ext2spice/ext2spice.c index 6ae81ed1..0edd34fc 100644 --- a/ext2spice/ext2spice.c +++ b/ext2spice/ext2spice.c @@ -1816,6 +1816,9 @@ topVisit(def, doStub) snode = sname->efnn_node; if ((!snode) || (!(snode->efnode_flags & EF_PORT))) continue; explicit = FALSE; + portorder = snode->efnode_name->efnn_port; + if (portorder > portmax) portmax = portorder; + if (portorder != -1) explicit = TRUE; for (nodeName = sname; nodeName != NULL; nodeName = nodeName->efnn_next) { portorder = nodeName->efnn_port;