Browse Source

Fix visualstudio build break introduced by changeset 8645

Andreas Schiffler 11 years ago
parent
commit
a7b84069ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/testautomation_stdlib.c

+ 1 - 1
test/testautomation_stdlib.c

@@ -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;