Skip to content

Commit 57f1ea7

Browse files
committed
Increase maximum line length of SDLTest_LogAllocations
1 parent 2ae8b4c commit 57f1ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/SDL_test_memory.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ void SDLTest_LogAllocations(void)
329329
{
330330
char *message = NULL;
331331
size_t message_size = 0;
332-
char line[128], *tmp;
332+
char line[256], *tmp;
333333
SDL_tracked_allocation *entry;
334334
int index, count, stack_index;
335335
Uint64 total_allocated;

0 commit comments

Comments
 (0)