mirror of
https://github.com/yawut/SDL.git
synced 2026-03-25 03:14:25 -05:00
Use the lower-case hex output to match other stack trace printouts
This commit is contained in:
parent
34d3a2f65a
commit
db5ef6da76
|
|
@ -257,7 +257,7 @@ void SDLTest_LogAllocations()
|
|||
if (!entry->stack[stack_index]) {
|
||||
break;
|
||||
}
|
||||
SDL_snprintf(line, sizeof(line), "\t0x%"SDL_PRIX64": %s\n", entry->stack[stack_index], entry->stack_names[stack_index]);
|
||||
SDL_snprintf(line, sizeof(line), "\t0x%"SDL_PRIx64": %s\n", entry->stack[stack_index], entry->stack_names[stack_index]);
|
||||
ADD_LINE();
|
||||
}
|
||||
total_allocated += entry->size;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user