Skip to content

Commit

Permalink
iSm is no longer a valid command as it was doing nothing ##shell
Browse files Browse the repository at this point in the history
  • Loading branch information
radare authored and trufae committed Jun 12, 2024
1 parent 8c723d1 commit 3803cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/core/cmd_info.inc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ static void cmd_iz(RCore *core, PJ *pj, int mode, int is_array, bool va, const c

static void cmd_iS(RCore *core, const char *input, PJ **_pj, int mode, const bool va, const bool is_array) {
PJ *pj = *_pj;
if ((input[1] == 'm' && input[2] == 'z') || !input[1]) {
if (!input[1]) {
RBININFO ("sections", R_CORE_BIN_ACC_SECTIONS, NULL, 0);
} else if (input[1] == ',' || input[1] == ' ') {
R_FREE (core->table_query);
Expand Down

0 comments on commit 3803cba

Please sign in to comment.