mirror of
https://github.com/sheumann/hush.git
synced 2025-01-06 05:32:54 +00:00
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