(Not part of Communicator build.)

Fix bug 123802 hippo / js1.2 some regular expression tests fail


git-svn-id: svn://10.0.0.236/trunk@3733 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
norris
1998-06-12 22:17:13 +00:00
parent 9b293711e9
commit f11fae67c4

View File

@@ -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