浏览代码

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;