Update string.cpp

This commit is contained in:
Alik Aslanyan 2019-01-12 18:24:59 +04:00 committed by GitHub
parent af56d964c1
commit e405551dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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];
}