Fix visualstudio build break introduced by changeset 8645
This commit is contained in:
parent
f018ca4694
commit
a7b84069ec
1 changed files with 1 additions and 1 deletions
|
@ -126,9 +126,9 @@ int
|
||||||
stdlib_getsetenv(void *arg)
|
stdlib_getsetenv(void *arg)
|
||||||
{
|
{
|
||||||
const int nameLen = 16;
|
const int nameLen = 16;
|
||||||
|
char name[17];
|
||||||
int counter;
|
int counter;
|
||||||
int result;
|
int result;
|
||||||
char name[nameLen + 1];
|
|
||||||
char * value1;
|
char * value1;
|
||||||
char * value2;
|
char * value2;
|
||||||
char * expected;
|
char * expected;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue