Confirming it's not needed.

1_4_stable
Rob Landley 2006-06-05 17:32:44 +00:00
parent bc291dc731
commit 12d87550a3
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ static void add_cmd(char *cmdstr)
cmdstr = bb_xasprintf("%s\n%s", bbg.add_cmd_line, cmdstr);
free(bbg.add_cmd_line);
bbg.add_cmd_line = cmdstr;
} else bbg.add_cmd_line=NULL; /* XXX: erm.. bbg.add_cmd_line was 0 and we set it to *0 here why? */
}
/* If this line ends with backslash, request next line. */
temp=strlen(cmdstr);