From 75402120b88477b5bdfc82049a150d176f9ff683 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Fri, 21 Apr 2000 21:03:56 +0000 Subject: [PATCH] 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 --- mozilla/xpcom/io/nsFileSpecBeOS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/io/nsFileSpecBeOS.cpp b/mozilla/xpcom/io/nsFileSpecBeOS.cpp index 0e4dae9373a..b24d0897314 100644 --- a/mozilla/xpcom/io/nsFileSpecBeOS.cpp +++ b/mozilla/xpcom/io/nsFileSpecBeOS.cpp @@ -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