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:
parent
18e5499771
commit
e3879bcb74
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user