ext2hier.c: printf style constify fmt call-site
This commit is contained in:
parent
6d0dca2551
commit
8c28342322
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue