mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 04:28:20 +00:00
Fix the RCons.pal_init() issue :?
This commit is contained in:
parent
9abaf3d4a6
commit
06c519ead7
@ -472,6 +472,7 @@ R_API void r_cons_reset() {
|
||||
R_FREE (I.grep.str);
|
||||
ZERO_FILL (I.grep.tokens);
|
||||
I.grep.tokens_used = 0;
|
||||
r_cons_pal_init ();
|
||||
}
|
||||
|
||||
R_API const char *r_cons_get_buffer() {
|
||||
|
@ -290,7 +290,7 @@ static int cmd_eval(void *data, const char *input) {
|
||||
break;
|
||||
case 'c': // "ec"
|
||||
switch (input[1]) {
|
||||
case 'd':
|
||||
case 'd': // "ecd"
|
||||
r_cons_pal_init ();
|
||||
break;
|
||||
case '?':
|
||||
|
Loading…
x
Reference in New Issue
Block a user