mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
build: update fmt library to 12.1.0 (#449)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user