bug 162361 : fix a 'typo' in the previous check-in. The line in question should have been left alone, but it's changed in the previous check-in by mistake. r/sr=darin

git-svn-id: svn://10.0.0.236/trunk@192910 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jshin%mailaps.org 2006-03-24 07:30:22 +00:00
parent 18e5499771
commit e3879bcb74

View File

@ -1760,7 +1760,7 @@ nsLocalFile::CopyTo(nsIFile *newParentDir, const nsAString &newName)
NS_IMETHODIMP
nsLocalFile::CopyToFollowingLinks(nsIFile *newParentDir, const nsAString &newName)
{
return CopyMove(newParentDir, newName, PR_TRUE, PR_TRUE);
return CopyMove(newParentDir, newName, PR_TRUE, PR_FALSE);
}
NS_IMETHODIMP