mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
type warning fix
This commit is contained in:
@@ -18,7 +18,7 @@ internal TCTX *
|
||||
tctx_alloc(void)
|
||||
{
|
||||
#if PROFILE_TELEMETRY
|
||||
thread_static static U8 name[2][1024];
|
||||
thread_static static char name[2][1024];
|
||||
raddbg_snprintf(name[0], sizeof(name[0]), "Scratch/0[TID:%u]", os_tid());
|
||||
raddbg_snprintf(name[1], sizeof(name[1]), "Scratch/1[TID:%u]", os_tid());
|
||||
Arena *arena_0 = arena_alloc(.name = name[0]);
|
||||
|
||||
Reference in New Issue
Block a user