substitute calls to deprecated string API

git-svn-id: svn://10.0.0.236/trunk@41074 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-07-26 00:24:02 +00:00
parent 7ad1b2a1e2
commit d24bcf85fd
4 changed files with 6 additions and 6 deletions

View File

@@ -1068,7 +1068,7 @@ nsHTMLContentSinkStream::AddLeaf(const nsIParserNode& aNode){
if (start < 0)
start = 0;
indx = str.Find(' ',start);
indx = str.FindChar(' ',PR_FALSE,start);
// if there is no break than just add it
if (indx == kNotFound)