From d1ee9ee9ba2a1a5a6edec82a845714419cd32619 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 5 Oct 2004 08:33:31 +0000 Subject: [PATCH] *** empty log message *** --- dlls/regex/module.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/regex/module.cpp b/dlls/regex/module.cpp index 73fe604f..6294b61a 100755 --- a/dlls/regex/module.cpp +++ b/dlls/regex/module.cpp @@ -48,6 +48,7 @@ static cell AMX_NATIVE_CALL regex_match(AMX *amx, cell *params) x->Clear(); return -2; } else if (e == 0) { + cell *res = MF_GetAmxAddr(amx, params[3]); *res = 0; x->Clear(); return 0;