Skip to content

Commit

Permalink
crunch: fix CodeQL report cpp/wrong-type-format-argument
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jul 10, 2024
1 parent f13ff3f commit 5abcc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crunch/crunch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ class crunch {
else {
console::info("CRN texture info:");

console::info("Width: %u, Height: %u, Levels: %u, Faces: %u\nBytes per block: %u, User0: 0x%08X, User1: 0x%08X, CRN Format: %u",
console::info("Width: %u, Height: %u, Levels: %u, Faces: %u\nBytes per block: %u, User0: 0x%08X, User1: 0x%08X, CRN Format: %l",
tex_info.m_width,
tex_info.m_height,
tex_info.m_levels,
Expand Down

0 comments on commit 5abcc45

Please sign in to comment.