finally landing residual style handling code; r=harishd; other changes include warning removal and comment handling fix, r=buster. This fixes over 50 bugs.
git-svn-id: svn://10.0.0.236/trunk@55489 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -323,7 +323,7 @@ PRBool nsScanner::Append(const char* aBuffer, PRUint32 aLen){
|
||||
*/
|
||||
PRBool nsScanner::Append(const PRUnichar* aBuffer, PRUint32 aLen){
|
||||
|
||||
if(-1==aLen)
|
||||
if(-1==(PRInt32)aLen)
|
||||
aLen=nsCRT::strlen(aBuffer);
|
||||
|
||||
CBufDescriptor theDesc(aBuffer,PR_TRUE, aLen+1,aLen);
|
||||
|
||||
Reference in New Issue
Block a user