linux fix

This commit is contained in:
Borja Ferrer 2005-11-09 22:36:52 +00:00
parent c4d120082b
commit d190b207b4

View File

@ -1871,7 +1871,7 @@ static cell AMX_NATIVE_CALL find_player(AMX *amx, cell *params) /* 1 param */
// Switch for the l flag // Switch for the l flag
if (flags & 2048) if (flags & 2048)
func = stricmp; func = strcasecmp;
else else
func = strcmp; func = strcmp;