windows/windDebug.c: Wrong type of arguments to formatting function

Fix code scanning alert no. 130: Wrong type of arguments to formatting function (#43)

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 06:53:23 +01:00 committed by Tim Edwards
parent 3848ec7b4e
commit 9096946a12
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ windPrintWindow(w)
LinkedRect *lr;
TxPrintf("\nWindow %d: '%s'\n", w->w_wid, w->w_caption);
TxPrintf(" Client %x Surface %x \n", w->w_client, w->w_surfaceID);
TxPrintf(" Client %lx Surface %lx \n", w->w_client, w->w_surfaceID);
TxPrintf(" All area (%d, %d) (%d, %d)\n",
w->w_allArea.r_xbot, w->w_allArea.r_ybot,