a few more bug fixes. Ain't life grand

git-svn-id: svn://10.0.0.236/trunk@7931 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1998-08-13 08:51:52 +00:00
parent 306a961f75
commit bfb431615a
2 changed files with 6 additions and 2 deletions

View File

@@ -494,6 +494,7 @@ nsresult CCommentToken::Consume(PRUnichar aChar, CScanner& aScanner) {
result=aScanner.ReadUntil(mTextValue,terminals,PR_TRUE);
findpos=mTextValue.RFind("-->");
}
return result;
}
}
}
@@ -504,7 +505,8 @@ nsresult CCommentToken::Consume(PRUnichar aChar, CScanner& aScanner) {
result=aScanner.ReadUntil(mTextValue,terminals,PR_TRUE);
}
return result;
};
}
/*
*