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:
Darryl Miles 2024-09-30 04:53:19 +01:00 committed by Tim Edwards
parent 9f39380b6a
commit 91ec4e4cb8
1 changed files with 2 additions and 2 deletions

View File

@ -945,8 +945,8 @@ ResCheckPorts(cellDef)
/* and a drivepoint. */
node = ResInitializeNode(entry);
TxPrintf("Port: name = %s is new node 0x%x\n",
lab->lab_text, node);
TxPrintf("Port: name = %s is new node %p\n",
lab->lab_text, (void *)node);
TxPrintf("Location is (%d, %d); drivepoint (%d, %d)\n",
portloc.p_x, portloc.p_y,
portloc.p_x, portloc.p_y);