Skip to content

Commit 2df5839

Browse files
committed
crunch: fix CodeQL report cpp/wrong-type-format-argument
1 parent 3b2cdd6 commit 2df5839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crunch/crunch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ class crunch {
958958
else {
959959
console::info("CRN texture info:");
960960

961-
console::info("Width: %u, Height: %u, Levels: %u, Faces: %u\nBytes per block: %u, User0: 0x%08X, User1: 0x%08X, CRN Format: %u",
961+
console::info("Width: %u, Height: %u, Levels: %u, Faces: %u\nBytes per block: %u, User0: 0x%08X, User1: 0x%08X, CRN Format: %l",
962962
tex_info.m_width,
963963
tex_info.m_height,
964964
tex_info.m_levels,

0 commit comments

Comments
 (0)