From 21924ec151fc4e4e8351f91a8a97c7c519ee8921 Mon Sep 17 00:00:00 2001 From: Darryl Miles Date: Mon, 30 Sep 2024 05:32:02 +0100 Subject: [PATCH] extract/ExtTech.c: Too few arguments to formatting function Fix code scanning alert no. 61: Too few arguments to formatting function (#35) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- extract/ExtTech.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract/ExtTech.c b/extract/ExtTech.c index 127273f3..d936dd0c 100644 --- a/extract/ExtTech.c +++ b/extract/ExtTech.c @@ -2986,7 +2986,7 @@ ExtTechLine(sectionName, argc, argv) ExtCurStyle->exts_antennaModel |= ANTENNAMODEL_SIDEWALL; else TxError("Unknown antenna model \"%s\": Use \"surface\" or " - "\"sidewall\""); + "\"sidewall\"", argv[2]); } break;