소스 검색

Fix visualstudio build break introduced by changeset 8645

Andreas Schiffler 11 년 전
부모
커밋
a7b84069ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;