Skip to content

Commit

Permalink
Honor cfg.json.num in pdbj ##disasm
Browse files Browse the repository at this point in the history
  • Loading branch information
radare authored and trufae committed Jun 19, 2024
1 parent 4b1c141 commit 563b02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/core/cmd_print.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -6662,7 +6662,7 @@ static int cmd_print(void *data, const char *input) {
r_io_read_at (core->io, b->addr, block, b->size);

if (input[2] == 'j') {
pj = pj_new ();
pj = r_core_pj_new (core);
if (!pj) {
break;
}
Expand Down

0 comments on commit 563b02e

Please sign in to comment.