build: update fmt library to 12.1.0 (#449)

This commit is contained in:
bicarus-dev
2025-12-14 14:36:38 -08:00
committed by GitHub
parent b220cbf336
commit e0530fedad
71 changed files with 17690 additions and 15430 deletions
+1 -1
View File
@@ -509,7 +509,7 @@ namespace games::iidx {
// check parse error
auto error = doc.GetParseError();
if (error) {
log_warning("iidx:camhook", "config parse error: {}", error);
log_warning("iidx:camhook", "config parse error: {}", static_cast<uint32_t>(error));
return false;
}