Argh, inverted logic bug.
git-svn-id: svn://10.0.0.236/trunk@144240 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2020,7 +2020,7 @@ env_setProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
|
||||
return JS_FALSE;
|
||||
}
|
||||
rv = putenv(waste);
|
||||
#ifndef XP_WIN
|
||||
#ifdef XP_WIN
|
||||
/*
|
||||
* HPUX9 at least still has the bad old non-copying putenv.
|
||||
*
|
||||
|
||||
@@ -382,7 +382,7 @@ env_setProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
|
||||
return JS_FALSE;
|
||||
}
|
||||
rv = putenv(waste);
|
||||
#ifndef XP_WIN
|
||||
#ifdef XP_WIN
|
||||
/*
|
||||
* HPUX9 at least still has the bad old non-copying putenv.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user