removed warnings and fixed bug 27483; r=rods and akkana (for portions)

This commit is contained in:
rickg@netscape.com
2000-02-12 01:47:56 +00:00
parent da8918bebb
commit edc8999bb5
12 changed files with 24 additions and 18 deletions

View File

@@ -251,7 +251,7 @@ nsresult CStartToken::Consume(PRUnichar aChar, nsScanner& aScanner,PRInt32 aMode
}
else {
mTextValue=aChar;
nsresult result=aScanner.ReadIdentifier(mTextValue);
result=aScanner.ReadIdentifier(mTextValue);
mTypeID = nsHTMLTags::LookupTag(mTextValue);
}