This commit is contained in:
sspitzer%netscape.com 1999-09-28 11:18:42 +00:00
Родитель 274f7f8671
Коммит 99555180c2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -931,7 +931,7 @@ nsPrefMigration::GetDirFromPref(nsIFileSpec * oldProfilePath, nsIFileSpec * newP
// should we let them? no. let's migrate them to
// <profile>/Mail and <profile>/ImapMail
// let's make all three platforms the same.
rv = (newPath->FromFileSpec(newProfilePath);
rv = newPath->FromFileSpec(newProfilePath);
if (NS_FAILED(rv)) return rv;
rv = newPath->AppendRelativeUnixPath(newDirName);
if (NS_FAILED(rv)) return rv;