Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few

days for module owners to comment on.  r=troy@netscape.com


git-svn-id: svn://10.0.0.236/trunk@64566 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jim_nance%yahoo.com
2000-03-30 03:21:26 +00:00
parent cc58507fe6
commit b1ccfbf2cb
72 changed files with 159 additions and 191 deletions

View File

@@ -1011,7 +1011,7 @@ nsHTMLContentSinkStream::AddLeaf(const nsIParserNode& aNode){
// and we'd better rewrap the whole text node.
PRBool nsHTMLContentSinkStream::HasLongLines(const nsString& text)
{
const PRInt32 longLineLen = 128;
const PRUint32 longLineLen = 128;
nsString str = text;
PRUint32 start=0;
PRUint32 theLen=text.Length();