Fix compile warnings. b=311646 r=dveditz sr=benjamin
git-svn-id: svn://10.0.0.236/trunk@182332 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -650,7 +650,7 @@ nsInstallFolder::AppendXPPath(const nsString& aRelativePath)
|
||||
mFileSpec = nsnull;
|
||||
break;
|
||||
}
|
||||
else if ( curr == kNotFound )
|
||||
else if ( curr == PRUint32(kNotFound) )
|
||||
{
|
||||
// last segment
|
||||
aRelativePath.Right(segment,aRelativePath.Length() - start);
|
||||
|
||||
Reference in New Issue
Block a user