From 31a98ef8902a7756fde2a6a6627c28d627fa60ae Mon Sep 17 00:00:00 2001 From: Madeesh Kannan Date: Mon, 18 Sep 2023 22:51:44 +0200 Subject: [PATCH] docs: update `BSStringPool::Entry::_length` (#70) Add a clarification. --- CommonLibSF/include/RE/B/BSStringPool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibSF/include/RE/B/BSStringPool.h b/CommonLibSF/include/RE/B/BSStringPool.h index c3307582..de1ce70a 100644 --- a/CommonLibSF/include/RE/B/BSStringPool.h +++ b/CommonLibSF/include/RE/B/BSStringPool.h @@ -82,7 +82,7 @@ namespace RE Entry* _left; // 00 union { - std::uint32_t _length; + std::uint32_t _length; // Number of bytes (even for wchar_t). Entry* _right; }; // 08 volatile std::uint32_t _refCount; // 10