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:
parent
51b8161a21
commit
4374a1918e
|
|
@ -338,7 +338,7 @@ defnodeCount(node, res, cap, total)
|
||||||
if (pwr && (!strcmp(cp, pwr)))
|
if (pwr && (!strcmp(cp, pwr)))
|
||||||
{
|
{
|
||||||
/* Diagnostic */
|
/* Diagnostic */
|
||||||
TxPrintf("Node %s matches GND variable definition!\n");
|
TxPrintf("Node %s matches GND variable definition!\n", cp);
|
||||||
node->efnode_flags |= EF_SPECIAL;
|
node->efnode_flags |= EF_SPECIAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue