From f8b608df1f290b3488119ef3152d1ba0fe8f68c6 Mon Sep 17 00:00:00 2001 From: "racham%netscape.com" Date: Tue, 6 Jul 1999 22:41:42 +0000 Subject: [PATCH] Removing check for mpath in Recursive copy routine --- xpcom/io/nsFileSpecMac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/io/nsFileSpecMac.cpp b/xpcom/io/nsFileSpecMac.cpp index e0bba25ca083..2b7655949b8a 100644 --- a/xpcom/io/nsFileSpecMac.cpp +++ b/xpcom/io/nsFileSpecMac.cpp @@ -936,7 +936,7 @@ void nsFileSpec::RecursiveCopy(nsFileSpec newDir) const } } } - else if (!mPath.IsEmpty()) + else { nsFileSpec& filePath = (nsFileSpec&) *this;