From 6d0dca2551ba8d68f17873f69d6e71a89b53c9d4 Mon Sep 17 00:00:00 2001 From: Darryl Miles Date: Sun, 20 Oct 2024 13:37:30 +0100 Subject: [PATCH] ext2sim.c: printf style constify fmt call-site --- ext2sim/ext2sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext2sim/ext2sim.c b/ext2sim/ext2sim.c index 3252bbbb..6ca3dc11 100644 --- a/ext2sim/ext2sim.c +++ b/ext2sim/ext2sim.c @@ -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)