mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 01:45:45 +00:00
Increase maximum line length of SDLTest_LogAllocations
This commit is contained in:
parent
2ae8b4c651
commit
57f1ea71ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue