maint(string): update 2

This commit is contained in:
2023-03-29 14:02:20 +01:00
parent c80d70c698
commit 6ceb8da416

View File

@ -69,7 +69,7 @@ private:
};
size_t current_buffer_;
entry string_pool_[Buffers];
entry string_pool_[buffers];
};
const char* va(const char* fmt, ...);