mirror of
https://github.com/radareorg/radare2.git
synced 2025-04-01 17:11:51 +00:00
parent
dac5229965
commit
5fd8afcad3
@ -3001,7 +3001,7 @@ static void cmd_print_pv(RCore *core, const char *input, bool useBytes) {
|
||||
r_cons_printf (",");
|
||||
}
|
||||
r_core_seek (core, at, 0);
|
||||
char *str = r_core_cmd_str (core, "ps @ [$$]");
|
||||
char *str = r_core_cmd_str (core, "ps");
|
||||
r_str_trim (str);
|
||||
char *p = str;
|
||||
if (p) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user