ext2hier.c: printf style constify fmt call-site

This commit is contained in:
Darryl Miles 2024-10-20 13:37:40 +01:00 committed by Darryl L. Miles
parent 6d0dca2551
commit 8c28342322
1 changed files with 1 additions and 1 deletions

View File

@ -1423,7 +1423,7 @@ spcnodeHierVisit(hc, node, res, cap)
EFNodeName *nn;
HierName *hierName;
bool isConnected = FALSE;
char *fmt, *nsn;
const char *fmt, *nsn;
EFAttr *ap;
if (node->efnode_client)