From a8b26df268dba697e2ae464d02ea927fdffe14d4 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Sat, 7 Sep 2002 13:40:32 +0000 Subject: [PATCH] fix build bustage git-svn-id: svn://10.0.0.236/trunk@129044 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/profile/src/nsProfile.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mozilla/profile/src/nsProfile.cpp b/mozilla/profile/src/nsProfile.cpp index fa3d937153c..b6807559b86 100644 --- a/mozilla/profile/src/nsProfile.cpp +++ b/mozilla/profile/src/nsProfile.cpp @@ -1661,9 +1661,7 @@ nsProfile::CreateNewProfileWithLocales(const PRUnichar* profileName, #if defined(DEBUG_profile_verbose) printf(" uiLocale=%s\n", uiLocale.get()); - - nsCAutoString temp2; temp2.AssignWithConversion(contentLocale); - printf(" contentLocale=%s\n", temp2.get()); + printf(" contentLocale=%s\n", contentLocale.get()); #endif nsCAutoString pathBuf;