Fix #15237 - pvzj output. (#15310)

This commit is contained in:
neuracr 2019-10-19 01:22:46 +02:00 committed by radare
parent dac5229965
commit 5fd8afcad3

View File

@ -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) {