fixes 8271,6410,12694 and similar startup/registry problems
git-svn-id: svn://10.0.0.236/trunk@52701 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -184,12 +184,12 @@ PRInt32 nsInstallPatch::Prepare()
|
||||
}
|
||||
else
|
||||
{
|
||||
err = nsInstall::DESTINATION_IS_DIRECTORY;
|
||||
err = nsInstall::IS_DIRECTORY;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
err = nsInstall::DESTINATION_DOES_NOT_EXIST;
|
||||
err = nsInstall::DOES_NOT_EXIST;
|
||||
}
|
||||
|
||||
if (err != nsInstall::SUCCESS)
|
||||
|
||||
Reference in New Issue
Block a user