*** empty log message ***

This commit is contained in:
Andrei Zmievski 2003-12-16 21:53:27 +00:00
parent b4e4d81777
commit e9fb9a7fa7

View File

@ -428,7 +428,7 @@ static void php_pcre_match(INTERNAL_FUNCTION_PARAMETERS, int global)
subpat_names = (char **)safe_emalloc(num_subpats, sizeof(char *), 0);
memset(subpat_names, 0, sizeof(char *) * num_subpats);
{
int name_cnt, name_size, ni = 0;
int name_cnt = 0, name_size, ni = 0;
char *name_table;
unsigned short name_idx;