mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update format specifier
Use %lu.
This commit is contained in:
parent
15c293126e
commit
9e50266649
@ -548,7 +548,7 @@ void CPackedStore::PackWorkspace(const VPKPair_t& vpkPair, const char* workspace
|
|||||||
FileSystem()->Close(hAsset);
|
FileSystem()->Close(hAsset);
|
||||||
}
|
}
|
||||||
|
|
||||||
DevMsg(eDLL_T::FS, "*** Build block totaling '%u' bytes with '%llu' shared bytes among '%llu' chunks\n", FileSystem()->Tell(hPackFile), nSharedTotal, nSharedCount);
|
DevMsg(eDLL_T::FS, "*** Build block totaling '%lu' bytes with '%llu' shared bytes among '%llu' chunks\n", FileSystem()->Tell(hPackFile), nSharedTotal, nSharedCount);
|
||||||
FileSystem()->Close(hPackFile);
|
FileSystem()->Close(hPackFile);
|
||||||
|
|
||||||
m_ChunkHashMap.clear();
|
m_ChunkHashMap.clear();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user