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:
mats.palmgren%bredband.net
2005-10-16 15:52:26 +00:00
parent 5aab713564
commit 16edb76faf
5 changed files with 7 additions and 11 deletions

View File

@@ -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);