From f446ee03ddf5658460c455a42bce97642a0c81ae Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sun, 5 Jun 2022 22:27:43 +0200 Subject: [PATCH] Correct terminology --- r5dev/vpklib/packedstore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/vpklib/packedstore.cpp b/r5dev/vpklib/packedstore.cpp index c1e8312f..20c5f888 100644 --- a/r5dev/vpklib/packedstore.cpp +++ b/r5dev/vpklib/packedstore.cpp @@ -782,7 +782,7 @@ void VPKDir_t::Build(const string& svDirectoryFile, const vectorm_vHeader.m_nDirectorySize); writer.Write(0); - DevMsg(eDLL_T::FS, "*** Build directory file totalling '%llu' bytes with '%llu' entries\n", + DevMsg(eDLL_T::FS, "*** Build directory file totalling '%llu' bytes with '%llu' blocks\n", sizeof(VPKDirHeader_t) + m_vHeader.m_nDirectorySize, vEntryBlocks.size()); } ///////////////////////////////////////////////////////////////////////////////