mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 11:43:39 +00:00
Do not warn in e-
This commit is contained in:
parent
28a7dc072f
commit
59aa68c443
@ -149,7 +149,7 @@ static int cmd_eval(void *data, const char *input) {
|
||||
break;
|
||||
case '-':
|
||||
r_core_config_init (core);
|
||||
eprintf ("BUG: 'e-' command locks the eval hashtable. patches are welcome :)\n");
|
||||
//eprintf ("BUG: 'e-' command locks the eval hashtable. patches are welcome :)\n");
|
||||
break;
|
||||
case 'v': eprintf ("Invalid command '%s'. Use 'e?'\n", input); break;
|
||||
case '*': r_config_list (core->config, NULL, 1); break;
|
||||
|
Loading…
Reference in New Issue
Block a user