From 6ceb8da4161ef06fd75691a98626c5a8d3d559a7 Mon Sep 17 00:00:00 2001 From: FutureRave Date: Wed, 29 Mar 2023 14:02:20 +0100 Subject: [PATCH] maint(string): update 2 --- src/common/utils/string.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/utils/string.hpp b/src/common/utils/string.hpp index 0ed5a8c..74842da 100644 --- a/src/common/utils/string.hpp +++ b/src/common/utils/string.hpp @@ -69,7 +69,7 @@ private: }; size_t current_buffer_; - entry string_pool_[Buffers]; + entry string_pool_[buffers]; }; const char* va(const char* fmt, ...);