mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-21 05:05:48 +00:00
Refix #3785
This commit is contained in:
parent
ff5f215d76
commit
1f647dd2e6
@ -816,9 +816,9 @@ static void handle_show_functions (RCore *core, RDisasmState *ds) {
|
|||||||
if (!ds->show_fcnlines) {
|
if (!ds->show_fcnlines) {
|
||||||
r_cons_printf ("%s", ds->refline2);
|
r_cons_printf ("%s", ds->refline2);
|
||||||
} else {
|
} else {
|
||||||
r_cons_printf ("%s%s %s%s",
|
r_cons_printf ("%s%s %s%s%s",
|
||||||
COLOR (ds, color_flow),
|
COLOR (ds, color_fline), core->cons->vline[LINE_VERT],
|
||||||
core->cons->vline[LINE_VERT], ds->refline2,
|
COLOR (ds, color_flow), ds->refline2,
|
||||||
COLOR_RESET (ds));
|
COLOR_RESET (ds));
|
||||||
}
|
}
|
||||||
r_cons_printf ("%s; %s %s %s %s@ %s%s0x%x%s\n",
|
r_cons_printf ("%s; %s %s %s %s@ %s%s0x%x%s\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user