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-10-01 12:36:13 -04:00
committed by Tim Edwards
co-authored by Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
parent 9096946a12
commit f809b2dfac
+1 -1
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);