ext2sim.c: printf style constify fmt call-site
This commit is contained in:
parent
fd5511d622
commit
6d0dca2551
|
|
@ -1603,7 +1603,7 @@ int simnodeVisit(node, res, cap)
|
|||
EFNodeName *nn;
|
||||
HierName *hierName;
|
||||
bool isGlob;
|
||||
char *fmt;
|
||||
const char *fmt;
|
||||
EFAttr *ap;
|
||||
|
||||
if (esDevNodesOnly && node->efnode_client == (ClientData) NULL)
|
||||
|
|
|
|||
Loading…
Reference in New Issue