Removed extra & as suggested by Matthew Z. on m.beos.

This commit is contained in:
cls%seawood.org 2000-04-21 21:03:56 +00:00
Родитель ab8e171eaf
Коммит 741fb751f9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -166,7 +166,7 @@ nsresult nsFileSpec::ResolveSymlink(PRBool& wasAliased)
SetLeafName(resolvedPath);
}
else {
mPath = (char*)&resolvedPath;
mPath = (char*)resolvedPath;
}
BEntry e((const char *)mPath, true); // traverse symlink