From e7cc87a6100424ecfe96f5e8c2d7eb35b513842d Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Sat, 19 Aug 2006 20:21:00 +0000 Subject: [PATCH] now yes --- amxmodx/binlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/binlog.cpp b/amxmodx/binlog.cpp index 42679c7e..e358236a 100644 --- a/amxmodx/binlog.cpp +++ b/amxmodx/binlog.cpp @@ -21,7 +21,7 @@ int LookupFile(AMX_DBG *amxdbg, ucell address) while (high - low > 1) { mid = USHR(low + high); - if (amxdbg->filetbl[mid]->address < address) + if (amxdbg->filetbl[mid]->address <= address) { low = mid; } else {