This commit is contained in:
agentzh (章亦春) 2011-11-20 23:54:58 +08:00
Родитель 3e0c15ace1
Коммит 881a0ae604
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -864,7 +864,7 @@ ngx_http_lua_ngx_re_gmatch_iterator(lua_State *L)
int i;
ngx_str_t subj;
int offset;
const char *msg;
const char *msg = NULL;
/* upvalues in order: subj ctx offset */