mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
Update NSS to 3.35-RTM
This commit is contained in:
parent
fe49ad404e
commit
66dd670b60
388 changed files with 39075 additions and 20752 deletions
|
|
@ -1115,8 +1115,7 @@ extract_js(char *filename)
|
|||
|
||||
textStart = 0;
|
||||
startLine = 0;
|
||||
while (linenum = FB_GetLineNum(fb), (curchar = FB_GetChar(fb)) !=
|
||||
EOF) {
|
||||
while (linenum = FB_GetLineNum(fb), (curchar = FB_GetChar(fb)) != EOF) {
|
||||
switch (state) {
|
||||
case TEXT_HTML_STATE:
|
||||
if (curchar == '<') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue