mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:07:41 +00:00
Update fmtlib
This commit is contained in:
@@ -123,7 +123,7 @@ CPFArea::CPFArea(std::unique_ptr<u8[]>&& buf, u32 len) {
|
||||
|
||||
u32 version = r.readUint32Big();
|
||||
if (version != 4)
|
||||
Log.report(logvisor::Fatal, fmt("Unexpected PATH version {}, should be 4"), version);
|
||||
Log.report(logvisor::Fatal, FMT_STRING("Unexpected PATH version {}, should be 4"), version);
|
||||
|
||||
u32 numNodes = r.readUint32Big();
|
||||
x140_nodes.reserve(numNodes);
|
||||
|
||||
Reference in New Issue
Block a user