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:
dveditz%netscape.com
1999-11-03 07:46:38 +00:00
parent 3330477d88
commit 3f4468adf1
10 changed files with 382 additions and 290 deletions

View File

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