mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-25 06:09:50 +00:00
Fix r_sign_list() radare output
This commit is contained in:
parent
906a96d3c9
commit
adbd21027c
@ -215,7 +215,7 @@ static int zignListCB(void *user, const char *k, const char *v) {
|
||||
} else {
|
||||
a->cb_printf ("zs *\n");
|
||||
}
|
||||
a->cb_printf ("z%c %s %s\n", it->type, it->name, bytes);
|
||||
a->cb_printf ("zae %s %s\n", it->name, bytes);
|
||||
} else if (ctx->format == 'j') {
|
||||
if (it->space >= 0) {
|
||||
a->cb_printf ("{\"zignspace\": \"%s\", ", a->zign_spaces.spaces[it->space]);
|
||||
|
Loading…
Reference in New Issue
Block a user