Removed extra & as suggested by Matthew Z. on m.beos.
git-svn-id: svn://10.0.0.236/trunk@66736 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user