graphics/grTk1.c: Wrong type of arguments to formatting function

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

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:41 +01:00 committed by Tim Edwards
parent 9096946a12
commit f809b2dfac
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ GrTkInit(dispType)
}
else
{
TxPrintf("Using %s, VisualID 0x%x depth %d\n",
TxPrintf("Using %s, VisualID 0x%lx depth %d\n",
visual_type[grvisual_get[gritems].class],
grvisual_get[gritems].visualid,
grvisual_get[gritems].depth);