Fix #3254 - Invalid range issue in r2 -A

This commit is contained in:
pancake 2015-09-09 10:55:36 +02:00
parent 56040f6a19
commit 7dc293b427

View File

@ -2826,8 +2826,9 @@ 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};
input++;
if (*input) {
input++;
}
if (*input == '?') {
r_core_cmd_help (core, help_msg_aar);
return 0;