mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 23:46:36 +00:00
Fix dupped output in recursive help
This commit is contained in:
parent
10ce12112a
commit
a93bc5b4d3
@ -1484,6 +1484,7 @@ static int r_core_cmd_subst_i(RCore *core, char *cmd, char *colon) {
|
||||
ptr[1] = 0;
|
||||
if (strlen (cmd) < 5) {
|
||||
recursive_help (core, cmd);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user