resis/ResRex.c: Wrong type of arguments to formatting function
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
9f39380b6a
commit
91ec4e4cb8
|
|
@ -945,8 +945,8 @@ ResCheckPorts(cellDef)
|
||||||
/* and a drivepoint. */
|
/* and a drivepoint. */
|
||||||
|
|
||||||
node = ResInitializeNode(entry);
|
node = ResInitializeNode(entry);
|
||||||
TxPrintf("Port: name = %s is new node 0x%x\n",
|
TxPrintf("Port: name = %s is new node %p\n",
|
||||||
lab->lab_text, node);
|
lab->lab_text, (void *)node);
|
||||||
TxPrintf("Location is (%d, %d); drivepoint (%d, %d)\n",
|
TxPrintf("Location is (%d, %d); drivepoint (%d, %d)\n",
|
||||||
portloc.p_x, portloc.p_y,
|
portloc.p_x, portloc.p_y,
|
||||||
portloc.p_x, portloc.p_y);
|
portloc.p_x, portloc.p_y);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue