We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1451899 commit d973472Copy full SHA for d973472
src/main.c
@@ -142,7 +142,7 @@ bool maybe_print_custom_stack(vdynamic* ret) {
142
if (f == NULL || f->field_index < 0) break;
143
vdynamic* customStack = *(vdynamic**)((char*)(ret) + f->field_index);
144
if (customStack != NULL) {
145
- uprintf(hl_to_string(customStack));
+ uprintf(USTR("%s"), hl_to_string(customStack));
146
return true;
147
}
148
0 commit comments