From 04fb49e536e5681732da58f969f9197f024bb233 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Fri, 17 Jan 2003 00:00:18 +0000 Subject: [PATCH] quotes git-svn-id: svn://10.0.0.236/trunk@136457 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/glue/standalone/nsGREDirServiceProvider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/glue/standalone/nsGREDirServiceProvider.cpp b/mozilla/xpcom/glue/standalone/nsGREDirServiceProvider.cpp index 4026a6d3211..6bf5aa96fa6 100644 --- a/mozilla/xpcom/glue/standalone/nsGREDirServiceProvider.cpp +++ b/mozilla/xpcom/glue/standalone/nsGREDirServiceProvider.cpp @@ -271,7 +271,7 @@ nsGREDirServiceProvider::GetXPCOMPath() { char* grePath = GetGREDirectoryPath(); if (!grePath) { - grePath = PR_GetEnv(MOZILLA_FIVE_HOME); + grePath = PR_GetEnv("MOZILLA_FIVE_HOME"); if (!grePath) { return nsnull; }