mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed setEnv.
This commit is contained in:
@@ -261,7 +261,7 @@ namespace bx
|
||||
|| BX_CRT_NONE
|
||||
BX_UNUSED(_name, _value);
|
||||
#else
|
||||
if (NULL == _value)
|
||||
if (NULL != _value)
|
||||
{
|
||||
::setenv(_name, _value, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user