This commit is contained in:
rrreeezzz 2018-06-02 08:58:13 +01:00 committed by radare
parent f4973a93d4
commit add2ff208a

View File

@ -251,7 +251,7 @@ R_API void r_anal_xrefs_list(RAnal *anal, int rad) {
} else {
anal->cb_printf (",");
}
anal->cb_printf ("%"PFMT64d":%"PFMT64d, ref->at, ref->addr);
anal->cb_printf ("\"%"PFMT64d"\":%"PFMT64d, ref->at, ref->addr);
}
break;
default: