From 8a8126567b396c9088b4ce855ab18c0d85e9606e Mon Sep 17 00:00:00 2001 From: James R Date: Sun, 16 Oct 2022 16:50:13 -0700 Subject: [PATCH] Fix -Wformat --- src/slope_anchors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slope_anchors.c b/src/slope_anchors.c index d40fc7318..18a9ac46e 100644 --- a/src/slope_anchors.c +++ b/src/slope_anchors.c @@ -473,7 +473,7 @@ static void P_SetupAnchoredSlopes (void) { if (plane == 0) { - CONS_Alert(CONS_WARNING, "Slope anchor linedef %u has no planes set.\n", i); + CONS_Alert(CONS_WARNING, "Slope anchor linedef %s has no planes set.\n", sizeu1(i)); continue; }