mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-05 20:50:06 +00:00
Fix parsing of aar[?*j]
commands
This commit is contained in:
parent
c59420797a
commit
0a42eb1501
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user