fixed bugs 10104 and 10107 -- also removed warnings

This commit is contained in:
rickg@netscape.com
1999-07-20 06:58:01 +00:00
parent 2175a32029
commit 20f71c56fd
18 changed files with 46 additions and 26 deletions

View File

@@ -1445,6 +1445,7 @@ PRInt32 CEntityToken::ConsumeEntity(PRUnichar aChar,nsString& aString,nsScanner&
if(NS_OK==result) {
if (kSemicolon == theChar) {
// consume semicolon that stopped the scan
aString+=theChar;
result=aScanner.GetChar(theChar);
}
}