mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-07 03:21:20 +02:00
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:
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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user