From: Glenn L McGrath Date: Sun, 14 Sep 2003 02:37:46 +0000 (-0000) Subject: Stupid typo X-Git-Tag: 1_00_pre4~195 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7c59a83a779fa9cb92b9d37e462a130c380d14d4;p=oweals%2Fbusybox.git Stupid typo --- 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++; }