extract/ExtTech.c: Too few arguments to formatting function
Fix code scanning alert no. 60: Too few arguments to formatting function (#36) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
4359aa8d4b
commit
66297bd7d0
|
|
@ -2976,7 +2976,7 @@ ExtTechLine(sectionName, argc, argv)
|
|||
ExtCurStyle->exts_antennaModel |= ANTENNAMODEL_CUMULATIVE;
|
||||
else
|
||||
TxError("Unknown antenna model \"%s\": Use \"partial\" or "
|
||||
"\"cumulative\"");
|
||||
"\"cumulative\"", argv[1]);
|
||||
|
||||
if (argc > 2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue