mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 16:22:53 +00:00
(Not part of Communicator build.)
Fix bug 123802 hippo / js1.2 some regular expression tests fail
This commit is contained in:
parent
4f22a708f9
commit
3aa9bf7b95
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user