Loading js/src/jsregexp.c +1 −1 Original line number Diff line number Diff line Loading @@ -920,7 +920,7 @@ ParseAtom(CompilerState *state) if (c == '\\' && (cp+1 != state->cpend)) cp++; } while (JS_TRUE); ren->u.kid2 = (void *)cp; ren->u.kid2 = (void *)(cp - 1); ren->u.ucclass.bitmap = NULL; Loading Loading
js/src/jsregexp.c +1 −1 Original line number Diff line number Diff line Loading @@ -920,7 +920,7 @@ ParseAtom(CompilerState *state) if (c == '\\' && (cp+1 != state->cpend)) cp++; } while (JS_TRUE); ren->u.kid2 = (void *)cp; ren->u.kid2 = (void *)(cp - 1); ren->u.ucclass.bitmap = NULL; Loading