Fix for bug 27710 - (MAC specific)

Forgot to initialize a variable :-(
This commit is contained in:
harishd%netscape.com 2000-02-15 00:55:24 +00:00
parent f07e6c9730
commit eddc0795a3
2 changed files with 2 additions and 2 deletions

View File

@ -1685,7 +1685,7 @@ nsresult CNavDTD::HandleSavedTokens(PRInt32 anIndex) {
mTempContext->Push((nsCParserNode*)mBodyContext->Pop(theChildStyleStack));
}
PRInt32 theIndex;
PRInt32 theIndex=kNotFound;
// Now flush out all the bad contents.
while(theBadTokenCount > 0){
theToken=(CToken*)mMisplacedContent.PopFront();

View File

@ -1685,7 +1685,7 @@ nsresult CNavDTD::HandleSavedTokens(PRInt32 anIndex) {
mTempContext->Push((nsCParserNode*)mBodyContext->Pop(theChildStyleStack));
}
PRInt32 theIndex;
PRInt32 theIndex=kNotFound;
// Now flush out all the bad contents.
while(theBadTokenCount > 0){
theToken=(CToken*)mMisplacedContent.PopFront();