fix mac build bustage

git-svn-id: svn://10.0.0.236/trunk@52122 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com
1999-10-28 21:20:40 +00:00
parent 4a058b42d1
commit 7a179cfe09

View File

@@ -722,7 +722,8 @@ nsresult nsMsgSearchTerm::MatchBody (nsMsgSearchScopeTerm *scope, PRUint32 offse
}
#endif
}
if (*compare != CR && *compare != LF)
char startChar = (char) compare.CharAt(0);
if (startChar != CR && startChar != LF)
{
err = MatchString (&compare, nsnull, PR_TRUE, &result);
lines++;