aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-05 17:32:44 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-05 17:32:44 +0000
commit8e5fb9340ec88be68b626d8b6a2db35407106597 (patch)
tree47a1c673ba144d90afd8e2bcbc2862c96960f1d9
parent9ee440d421075016cc197733ffc43fea16d2e12f (diff)
downloadbusybox-w32-8e5fb9340ec88be68b626d8b6a2db35407106597.tar.gz
busybox-w32-8e5fb9340ec88be68b626d8b6a2db35407106597.tar.bz2
busybox-w32-8e5fb9340ec88be68b626d8b6a2db35407106597.zip
Confirming it's not needed.
git-svn-id: svn://busybox.net/trunk/busybox@15286 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--editors/sed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c
index 1b780d478..71542d2ac 100644
--- a/editors/sed.c
+++ b/editors/sed.c
@@ -481,7 +481,7 @@ static void add_cmd(char *cmdstr)
481 cmdstr = bb_xasprintf("%s\n%s", bbg.add_cmd_line, cmdstr); 481 cmdstr = bb_xasprintf("%s\n%s", bbg.add_cmd_line, cmdstr);
482 free(bbg.add_cmd_line); 482 free(bbg.add_cmd_line);
483 bbg.add_cmd_line = cmdstr; 483 bbg.add_cmd_line = cmdstr;
484 } else bbg.add_cmd_line=NULL; /* XXX: erm.. bbg.add_cmd_line was 0 and we set it to *0 here why? */ 484 }
485 485
486 /* If this line ends with backslash, request next line. */ 486 /* If this line ends with backslash, request next line. */
487 temp=strlen(cmdstr); 487 temp=strlen(cmdstr);