From 29f46a56d920ae88f3b0429d31b94bde4ac4d375 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 7 Feb 2006 08:57:34 +0000 Subject: [PATCH] got rid of stupid "buffor" --- amxmodx/string.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/amxmodx/string.cpp b/amxmodx/string.cpp index dba9eb31..29145ee6 100755 --- a/amxmodx/string.cpp +++ b/amxmodx/string.cpp @@ -173,8 +173,6 @@ bool fastcellcmp(cell *a, cell *b, cell len) static cell AMX_NATIVE_CALL replace(AMX *amx, cell *params) /* 4 param */ { - static char buffor[3072]; - cell *text = get_amxaddr(amx, params[1]); cell len = params[2]; cell *what = get_amxaddr(amx, params[3]);