mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
Fixing aflqj (#13483)
This commit is contained in:
parent
530de94b3a
commit
79362a0878
@ -2592,7 +2592,7 @@ static int fcn_list_json(RCore *core, RList *fcns, bool quiet) {
|
||||
pj_a (pj);
|
||||
r_list_foreach (fcns, iter, fcn) {
|
||||
if (quiet) {
|
||||
r_cons_printf ("%d", fcn->addr);
|
||||
pj_n (pj, fcn->addr);
|
||||
} else {
|
||||
fcn_print_json (core, fcn, pj);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user