mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
Fix offset in anj (#8924)
This commit is contained in:
parent
f23adae6f4
commit
fbfa9d9330
@ -844,7 +844,7 @@ static int cmd_an(RCore *core, bool use_json, const char *name)
|
||||
r_cons_printf ("0x%" PFMT64x "\n", tgt_addr);
|
||||
} else {
|
||||
r_cons_printf ("{\"type\":\"address\",\"offset\":"
|
||||
"%08" PFMT64d "}", tgt_addr);
|
||||
"%" PFMT64d "}", tgt_addr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user