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:
@@ -153,7 +153,7 @@ nsInstallFile::nsInstallFile(nsInstall* inInstall,
|
||||
}
|
||||
else
|
||||
{
|
||||
nsresult rv = inPartialPath.Mid(subString, offset, nodeLength);
|
||||
inPartialPath.Mid(subString, offset, nodeLength);
|
||||
mFinalFile->Append(subString);
|
||||
offset += nodeLength + 1;
|
||||
if (!finished)
|
||||
|
||||
Reference in New Issue
Block a user