From b4ac0fbc7c4e0d4cb6baf6d375b5d7b293cb309e Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Fri, 7 Jul 2000 21:59:01 +0000 Subject: [PATCH] #42637 r = sspitzer, a = brendan OS/2 bringup - I have no idea how systemDir( got changed to system( git-svn-id: svn://10.0.0.236/trunk@73844 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/profile/src/nsProfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/profile/src/nsProfile.cpp b/mozilla/profile/src/nsProfile.cpp index c52672f97ee..5380df53e6b 100644 --- a/mozilla/profile/src/nsProfile.cpp +++ b/mozilla/profile/src/nsProfile.cpp @@ -1280,7 +1280,7 @@ NS_IMETHODIMP nsProfile::MigrateProfileInfo() #ifdef XP_PC #ifdef XP_OS2 - nsSpecialSystemDirectory system(nsSpecialSystemDirectory::OS2_OS2Directory); + nsSpecialSystemDirectory systemDir(nsSpecialSystemDirectory::OS2_OS2Directory); #else // Registry file has been traditionally stored in the windows directory (XP_PC). nsSpecialSystemDirectory systemDir(nsSpecialSystemDirectory::Win_WindowsDirectory);