Navigation Menu

Skip to content

Commit

Permalink
Fix visualstudio build break introduced by changeset 8645
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzkopp committed Mar 20, 2014
1 parent f018ca4 commit a7b8406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testautomation_stdlib.c
Expand Up @@ -126,9 +126,9 @@ int
stdlib_getsetenv(void *arg)
{
const int nameLen = 16;
char name[17];
int counter;
int result;
char name[nameLen + 1];
char * value1;
char * value2;
char * expected;
Expand Down

0 comments on commit a7b8406

Please sign in to comment.