Преглед изворни кода

Increase maximum line length of SDLTest_LogAllocations

Anonymous Maarten пре 1 година
родитељ
комит
c11b58ead7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/test/SDL_test_memory.c

+ 1 - 1
src/test/SDL_test_memory.c

@@ -355,7 +355,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;