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:
parent
9096946a12
commit
f809b2dfac
|
|
@ -535,7 +535,7 @@ GrTkInit(dispType)
|
||||||
}
|
}
|
||||||
else
|
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],
|
visual_type[grvisual_get[gritems].class],
|
||||||
grvisual_get[gritems].visualid,
|
grvisual_get[gritems].visualid,
|
||||||
grvisual_get[gritems].depth);
|
grvisual_get[gritems].depth);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue