mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Increase maximum line length of SDLTest_LogAllocations
This commit is contained in:
@@ -355,7 +355,7 @@ void SDLTest_LogAllocations(void)
|
|||||||
{
|
{
|
||||||
char *message = NULL;
|
char *message = NULL;
|
||||||
size_t message_size = 0;
|
size_t message_size = 0;
|
||||||
char line[128], *tmp;
|
char line[256], *tmp;
|
||||||
SDL_tracked_allocation *entry;
|
SDL_tracked_allocation *entry;
|
||||||
int index, count, stack_index;
|
int index, count, stack_index;
|
||||||
Uint64 total_allocated;
|
Uint64 total_allocated;
|
||||||
|
Reference in New Issue
Block a user