From 5abcc45e165c9aec5f8675f903d050b31df1e34d Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Thu, 11 Jul 2024 00:27:51 +0200 Subject: [PATCH] crunch: fix CodeQL report cpp/wrong-type-format-argument --- crunch/crunch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crunch/crunch.cpp b/crunch/crunch.cpp index 2bd2a7d9..3c3ec6fd 100644 --- a/crunch/crunch.cpp +++ b/crunch/crunch.cpp @@ -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,