mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-25 07:15:19 +00:00
Fix incomplete drr/drrj formatting when r_core_anal_hasrefs fails (#15277) ##debug
This commit is contained in:
parent
9de5481098
commit
d8e08bc7ea
@ -2083,6 +2083,12 @@ R_API void r_core_debug_rr(RCore *core, RReg *reg, int mode) {
|
||||
r_cons_printf (" %s\n", rrstr);
|
||||
}
|
||||
free (rrstr);
|
||||
} else {
|
||||
if (mode == 'j') {
|
||||
r_cons_printf (",\"ref\":\"\"}");
|
||||
} else {
|
||||
r_cons_printf ("\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
if (mode == 'j') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user