a few more bug fixes. Ain't life grand

This commit is contained in:
rickg@netscape.com
1998-08-13 08:51:52 +00:00
parent 439ffbcf8d
commit 77f04b7eaf
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;
};
}
/*
*