diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-14 02:37:46 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-14 02:37:46 +0000 |
commit | 7c59a83a779fa9cb92b9d37e462a130c380d14d4 (patch) | |
tree | 1923bf4f956fcfad81b9cb58d26344b332cda9f2 | |
parent | 4dc1d25a30825091b0a285eb3b36121a066b30ee (diff) | |
download | busybox-7c59a83a779fa9cb92b9d37e462a130c380d14d4.tar.gz |
Stupid typo
-rw-r--r-- | editors/sed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c index 6dbb1fb8f..f297db83b 100644 --- a/editors/sed.c +++ b/editors/sed.c @@ -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++; } |