зеркало из https://github.com/mozilla/pjs.git
Removed extra & as suggested by Matthew Z. on m.beos.
This commit is contained in:
Родитель
ab8e171eaf
Коммит
741fb751f9
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче