Skip to content

Commit 5abcc45

Browse files
committed
crunch: fix CodeQL report cpp/wrong-type-format-argument
1 parent f13ff3f commit 5abcc45

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
@@ -960,7 +960,7 @@ class crunch {
960960
else {
961961
console::info("CRN texture info:");
962962

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

0 commit comments

Comments
 (0)