mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00
core/cmd_anal: show help on afv? and afa? even when not in a fcn
This commit is contained in:
parent
8878a357a1
commit
ac3f94217a
@ -66,10 +66,6 @@ static int var_cmd(RCore *core, const char *str) {
|
||||
|
||||
ostr = p = strdup (str);
|
||||
str = (const char *)ostr;
|
||||
if (!fcn) {
|
||||
free (ostr);
|
||||
return false;
|
||||
}
|
||||
|
||||
switch (type) {
|
||||
case 'V': // show vars in human readable format
|
||||
|
Loading…
x
Reference in New Issue
Block a user