mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-09 15:00:42 +00:00
Oops add missing column for omt
This commit is contained in:
parent
4edccf94d2
commit
1ffff8008a
@ -529,7 +529,7 @@ static void cmd_omf(RCore *core, const char *input) {
|
|||||||
static void r_core_cmd_omt(RCore *core, const char *arg) {
|
static void r_core_cmd_omt(RCore *core, const char *arg) {
|
||||||
RTable *t = r_table_new ();
|
RTable *t = r_table_new ();
|
||||||
|
|
||||||
r_table_set_columnsf (t, "nnnnnnss", "id", "fd", "pa", "pa_end", "size", "va", "va_end", "perm", "name", NULL);
|
r_table_set_columnsf (t, "nnnnnnnss", "id", "fd", "pa", "pa_end", "size", "va", "va_end", "perm", "name", NULL);
|
||||||
|
|
||||||
SdbListIter *iter;
|
SdbListIter *iter;
|
||||||
RIOMap *m;
|
RIOMap *m;
|
||||||
|
Loading…
Reference in New Issue
Block a user