lef/defWrite.c: Too few arguments to formatting function

Fix code scanning alert no. 63: Too few arguments to formatting function (#3)

* Create codeql.yml

* Fix code scanning alert no. 63: Too few arguments to formatting function

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
Darryl Miles 2024-09-30 01:46:25 +01:00 committed by Tim Edwards
parent 51b8161a21
commit 4374a1918e
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ defnodeCount(node, res, cap, total)
if (pwr && (!strcmp(cp, pwr)))
{
/* Diagnostic */
TxPrintf("Node %s matches GND variable definition!\n");
TxPrintf("Node %s matches GND variable definition!\n", cp);
node->efnode_flags |= EF_SPECIAL;
}