mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-11 08:16:07 +00:00
Fix color reset issue in p-
This commit is contained in:
parent
94996851a2
commit
3b439878fd
@ -2655,10 +2655,10 @@ static int cmd_print(void *data, const char *input) {
|
||||
r_cons_printf ("`-------------'---------------------------------'\n");
|
||||
break;
|
||||
default:
|
||||
r_cons_printf ("] 0x%"PFMT64x"\n", to);
|
||||
if (use_color) {
|
||||
r_cons_print (Color_RESET);
|
||||
}
|
||||
r_cons_printf ("] 0x%"PFMT64x"\n", to);
|
||||
}
|
||||
r_core_anal_stats_free (as);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user