mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 04:28:20 +00:00
Fixes on previous commit
This commit is contained in:
parent
8f0342166c
commit
9c39df6806
@ -2329,11 +2329,10 @@ static int cmd_print(void *data, const char *input) {
|
||||
} else {
|
||||
eprintf ("cannot allocate %d bytes\n", f->size);
|
||||
}
|
||||
r_cons_printf ("}");
|
||||
r_cons_newline ();
|
||||
r_cons_printf ("}\n");
|
||||
pd_result = 0;
|
||||
} else if (f) {
|
||||
r_core_cmdf (core, "pD %d @ 0x%08llx", f->size, f->addr);
|
||||
r_core_cmdf (core, "pD %d @ 0x%08" PFMT64x, f->size, f->addr);
|
||||
pd_result = 0;
|
||||
} else {
|
||||
eprintf ("Cannot find function at 0x%08"PFMT64x"\n", core->offset);
|
||||
|
Loading…
x
Reference in New Issue
Block a user