From e405551dbdaa15c69b608fb33ea91637392c9060 Mon Sep 17 00:00:00 2001 From: Alik Aslanyan Date: Sat, 12 Jan 2019 18:24:59 +0400 Subject: [PATCH] Update string.cpp --- amxmodx/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/string.cpp b/amxmodx/string.cpp index ebed1ab9..05c64d51 100755 --- a/amxmodx/string.cpp +++ b/amxmodx/string.cpp @@ -172,7 +172,7 @@ extern "C" size_t get_amxstring_r(AMX *amx, cell amx_addr, char *destination, in char *get_amxbuffer(int id) { - static char buffer[4][MAX_BUFFER_LENGTH]; + static char buffer[8][MAX_BUFFER_LENGTH]; return buffer[id]; }