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:
nisheeth%netscape.com
1999-11-19 07:37:04 +00:00
parent 1e648d27d6
commit 7ee23780a4
2 changed files with 2 additions and 2 deletions

View File

@@ -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");

View File

@@ -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");