소스 검색

Increase maximum line length of SDLTest_LogAllocations

Anonymous Maarten 1 년 전
부모
커밋
57f1ea71ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/test/SDL_test_memory.c

+ 1 - 1
src/test/SDL_test_memory.c

@@ -329,7 +329,7 @@ void SDLTest_LogAllocations(void)
 {
     char *message = NULL;
     size_t message_size = 0;
-    char line[128], *tmp;
+    char line[256], *tmp;
     SDL_tracked_allocation *entry;
     int index, count, stack_index;
     Uint64 total_allocated;