mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
extract/ExtHier.c: Wrong type of arguments to formatting function
Fix code scanning alert no. 71: Wrong type of arguments to formatting function (#37) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Tim Edwards
co-authored by
Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
parent
2703f55449
commit
3848ec7b4e
+1
-1
@@ -854,7 +854,7 @@ extOutputConns(table, outf)
|
||||
fprintf(outf, "merge \"%s\" \"%s\" %lg",
|
||||
nn->nn_name, nnext->nn_name, c);
|
||||
for (n = 0; n < ExtCurStyle->exts_numResistClasses; n++)
|
||||
fprintf(outf, " %d %d",
|
||||
fprintf(outf, " %ld %ld",
|
||||
node->node_pa[n].pa_area,
|
||||
node->node_pa[n].pa_perim);
|
||||
fprintf(outf, "\n");
|
||||
|
||||
Reference in New Issue
Block a user