extflat: nodeSpiceName() consumer

This commit is contained in:
Darryl L. Miles 2025-07-23 21:06:12 +01:00
parent aa0b033053
commit d78d7eddfd
2 changed files with 4 additions and 4 deletions

View File

@ -1388,7 +1388,7 @@ spcsubHierVisit(
char **resstrptr)
{
HierName *hierName;
char *nsn;
const char *nsn;
if (node->efnode_flags & EF_GLOB_SUBS_NODE)
{

View File

@ -3726,7 +3726,7 @@ spcsubVisit(
{
char **resstr = (char **)CD2PTR(cdata);
HierName *hierName;
char *nsn;
const char *nsn;
if (node->efnode_flags & EF_GLOB_SUBS_NODE)
{
@ -3767,7 +3767,7 @@ spcnodeVisit(
HierName *hierName;
bool isConnected = FALSE;
const char *fmt;
char *nsn;
const char *nsn;
EFAttr *ap;
if (node->efnode_client)
@ -3831,7 +3831,7 @@ nodeVisitDebug(
{
EFNodeName *nn;
HierName *hierName;
char *nsn;
const char *nsn;
EFAttr *ap;
hierName = (HierName *) node->efnode_name->efnn_hier;