mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 03:00:30 +00:00
Argh, inverted logic bug.
This commit is contained in:
parent
1573b494ea
commit
0542fec384
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user