Fix: Left-over printf-style format passed to fmt. (#11584)

This commit is contained in:
Peter Nelson
2023-12-14 19:35:35 +00:00
committed by GitHub
parent 63c006a174
commit da2d21f5b0
2 changed files with 2 additions and 2 deletions

View File

@@ -2272,7 +2272,7 @@ DEF_CONSOLE_CMD(ConNewGRFProfile)
started++;
if (!grfids.empty()) grfids += ", ";
fmt::format_to(std::back_inserter(grfids), "[{%:08X}]", BSWAP32(pr.grffile->grfid));
fmt::format_to(std::back_inserter(grfids), "[{:08X}]", BSWAP32(pr.grffile->grfid));
}
}
if (started > 0) {