This commit is contained in:
rogerl%netscape.com 2002-01-17 21:14:32 +00:00
Родитель aa79b77691
Коммит e22b95856e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -126,7 +126,7 @@ static JSValue String_match(Context *cx, const JSValue& thisValue, JSValue *argv
else {
JSArrayInstance *A = (JSArrayInstance *)Array_Type->newInstance(cx);
parseResult->lastIndex = 0;
uint32 index = 0;
int32 index = 0;
while (true) {
REState *regexp_result = REExecute(parseResult, S.string->begin(), S.string->length());
if (regexp_result == NULL)