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:
cls%seawood.org
2000-04-21 21:03:56 +00:00
parent d71cf08885
commit 75402120b8

View File

@@ -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