mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +00:00
more work on pdb -> rdi determinism; almost done hitting all of the issues...
This commit is contained in:
@@ -4639,7 +4639,7 @@ p2r_bake(Arena *arena, P2R_Convert2Bake *in)
|
||||
{
|
||||
for EachIndex(idx, n->count)
|
||||
{
|
||||
printf("string: %.*s\n", str8_varg(n->v[idx].string));
|
||||
printf("string: \"%.*s\"\n", str8_varg(n->v[idx].string));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user