From 003072f957498a11b7fdcbb56892af0c281c85b3 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 2 Apr 2025 14:42:55 -0400 Subject: [SharedCache] Misc fixes and comments --- view/sharedcache/core/MappedFileAccessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache/core/MappedFileAccessor.h') diff --git a/view/sharedcache/core/MappedFileAccessor.h b/view/sharedcache/core/MappedFileAccessor.h index 7b01cb0d..2bbf4ba9 100644 --- a/view/sharedcache/core/MappedFileAccessor.h +++ b/view/sharedcache/core/MappedFileAccessor.h @@ -19,7 +19,7 @@ public: { thread_local std::string message; message = - fmt::format("Tried to access unmapped address {0:x} for file with length of {0:x}", m_address, m_fileLen); + fmt::format("Tried to access unmapped address {0:x} for file with length of {01:x}", m_address, m_fileLen); return message.c_str(); } }; -- cgit v1.3.1