Skip to content

Commit

Permalink
Fix #15237 - pvzj output. (#15310)
Browse files Browse the repository at this point in the history
  • Loading branch information
neuracr authored and radare committed Oct 18, 2019
1 parent dac5229 commit 5fd8afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/core/cmd_print.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5fd8afc

Please sign in to comment.