mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-05 20:17:43 +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);
|
pj_a (pj);
|
||||||
r_list_foreach (fcns, iter, fcn) {
|
r_list_foreach (fcns, iter, fcn) {
|
||||||
if (quiet) {
|
if (quiet) {
|
||||||
r_cons_printf ("%d", fcn->addr);
|
pj_n (pj, fcn->addr);
|
||||||
} else {
|
} else {
|
||||||
fcn_print_json (core, fcn, pj);
|
fcn_print_json (core, fcn, pj);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user