mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
Corrected the use of EF_SUBS_NODE to distinguish between device
substrate (bulk terminal) and global substrate. Otherwise, the routine in ext2hier.c that finds the substrate node will find the first device bulk connection, not the default substrate.
This commit is contained in:
+1
-1
@@ -691,7 +691,7 @@ EFVisitNodes(nodeProc, cdata)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (node->efnode_flags & EF_SUBS_NODE)
|
||||
if (node->efnode_flags & EF_GLOB_SUBS_NODE)
|
||||
cap = 0;
|
||||
}
|
||||
if (efWatchNodes)
|
||||
|
||||
Reference in New Issue
Block a user