Stupid typo
This commit is contained in:
parent
4dc1d25a30
commit
7c59a83a77
@ -1160,7 +1160,7 @@ extern int sed_main(int argc, char **argv)
|
||||
else {
|
||||
char *str_cmd = strdup(argv[optind]);
|
||||
|
||||
add_cmd_str(strd_cmd);
|
||||
add_cmd_str(str_cmd);
|
||||
free(str_cmd);
|
||||
optind++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user