Unescape chars when using rax2 -S

this commit resolve second part of #12862 (#12985)
This commit is contained in:
Rahul Sangwan 2019-02-08 21:07:42 +05:30 committed by Riccardo Schirone
parent 612775a891
commit be654b89d3

View File

@ -603,6 +603,7 @@ R_API int r_core_main_rax2(int argc, char **argv) {
use_stdin ();
} else {
for (i = 1; i < argc; i++) {
r_str_unescape (argv[i]);
rax (argv[i], 0, i == argc - 1);
}
}