Skip to content

Commit

Permalink
docs: update BSStringPool::Entry::_length (#70)
Browse files Browse the repository at this point in the history
Add a clarification.
  • Loading branch information
shadeMe authored Sep 18, 2023
1 parent 6464a5d commit 31a98ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BSStringPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31a98ef

Please sign in to comment.