Fix dupped output in recursive help

This commit is contained in:
pancake 2016-10-16 00:57:24 +02:00
parent 10ce12112a
commit a93bc5b4d3

View File

@ -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;
}
}