This commit is contained in:
dveditz%netscape.com 1999-10-21 02:46:21 +00:00
Родитель d44175bb21
Коммит 92219f506e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -541,7 +541,7 @@ nsInstallPatch::NativePatch(const nsFileSpec &sourceFile, const nsFileSpec &patc
outFileSpec->GetParent(parent);
outFileSpec->Delete(PR_FALSE);
anotherName.Copy(parent);
anotherName.CopyToDir(parent);
*outFileSpec = anotherName;