mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-10 00:02:39 +00:00
Fixed wrong int output format in izzj (#10302)
This commit is contained in:
parent
4d1d5adb0d
commit
5373668cf4
@ -230,8 +230,8 @@ static void _print_strings(RCore *r, RList *list, int mode, int va) {
|
||||
} else if (IS_MODE_JSON (mode)) {
|
||||
int *block_list;
|
||||
q = r_base64_encode_dyn (string->string, -1);
|
||||
r_cons_printf ("%s{\"vaddr\":%"PFMT64d
|
||||
",\"paddr\":%"PFMT64d",\"ordinal\":%d"
|
||||
r_cons_printf ("%s{\"vaddr\":%"PFMT64u
|
||||
",\"paddr\":%"PFMT64u",\"ordinal\":%d"
|
||||
",\"size\":%d,\"length\":%d,\"section\":\"%s\","
|
||||
"\"type\":\"%s\",\"string\":\"%s\"",
|
||||
last_processed ? ",": "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user