Browse Source

Fix visualstudio build break introduced by changeset 8645

Andreas Schiffler 11 năm trước cách đây
mục cha
commit
a7b84069ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;