Attempt to fix mac build bustage.
git-svn-id: svn://10.0.0.236/trunk@53980 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -628,7 +628,7 @@ static void InitTraceLog(void)
|
||||
}
|
||||
|
||||
const char* s = getenv("XPCOM_REFCNT_LOG_ENABLE_VIA_PREF");
|
||||
if (s && strchr(s, '1') >= 0) {
|
||||
if (s && strchr(s, '1')) {
|
||||
gEnableViaPref = PR_TRUE;
|
||||
if (gLogging)
|
||||
printf("### XPCOM_REFCNT_LOG_ENABLE_VIA_PREF defined: Logging will be enabled based on the pref selected in the Debug pane\n");
|
||||
|
||||
@@ -628,7 +628,7 @@ static void InitTraceLog(void)
|
||||
}
|
||||
|
||||
const char* s = getenv("XPCOM_REFCNT_LOG_ENABLE_VIA_PREF");
|
||||
if (s && strchr(s, '1') >= 0) {
|
||||
if (s && strchr(s, '1')) {
|
||||
gEnableViaPref = PR_TRUE;
|
||||
if (gLogging)
|
||||
printf("### XPCOM_REFCNT_LOG_ENABLE_VIA_PREF defined: Logging will be enabled based on the pref selected in the Debug pane\n");
|
||||
|
||||
Reference in New Issue
Block a user