Fix parsing of aar[?*j] commands

This commit is contained in:
deffi420 2015-10-24 03:33:21 +03:00 committed by pancake
parent c59420797a
commit 0a42eb1501

View File

@ -2880,9 +2880,6 @@ R_API int r_core_anal_refs(RCore *core, const char *input) {
"aarj", " [sz]", "list found xrefs in JSON format",
"aar*", " [sz]", "list found xrefs in radare commands format",
NULL};
if (*input) {
input++;
}
if (*input == '?') {
r_core_cmd_help (core, help_msg_aar);
return 0;