mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 09:00:46 +00:00
Fix glitch iterating script files provided via -i ##shell
This commit is contained in:
parent
b336b6c2c8
commit
7e9cc21922
@ -795,7 +795,7 @@ R_API int r_main_radare2(int argc, const char **argv) {
|
||||
ret = 1;
|
||||
goto beach;
|
||||
}
|
||||
r_list_append (files, (void*)opt.arg);
|
||||
r_list_append (files, strdup (opt.arg));
|
||||
break;
|
||||
case 'I':
|
||||
if (R_STR_ISEMPTY (opt.arg)) {
|
||||
|
Loading…
Reference in New Issue
Block a user