зеркало из https://github.com/mozilla/pjs.git
(Not part of Communicator build.)
Fix bug 123802 hippo / js1.2 some regular expression tests fail
This commit is contained in:
Родитель
3fc6e19717
Коммит
adcde586f1
|
@ -316,7 +316,7 @@ GetChar(JSTokenStream *ts)
|
|||
}
|
||||
}
|
||||
for (j = 0; i < len; i++, j++)
|
||||
ubuf[i] = (jschar) cbuf[j];
|
||||
ubuf[i] = (jschar) (cbuf[j] & 0xff);
|
||||
ts->userbuf.limit = ubuf + len;
|
||||
ts->userbuf.ptr = ubuf;
|
||||
} else
|
||||
|
|
Загрузка…
Ссылка в новой задаче