Confirming it's not needed.
This commit is contained in:
parent
bc291dc731
commit
12d87550a3
@ -481,7 +481,7 @@ static void add_cmd(char *cmdstr)
|
|||||||
cmdstr = bb_xasprintf("%s\n%s", bbg.add_cmd_line, cmdstr);
|
cmdstr = bb_xasprintf("%s\n%s", bbg.add_cmd_line, cmdstr);
|
||||||
free(bbg.add_cmd_line);
|
free(bbg.add_cmd_line);
|
||||||
bbg.add_cmd_line = cmdstr;
|
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. */
|
/* If this line ends with backslash, request next line. */
|
||||||
temp=strlen(cmdstr);
|
temp=strlen(cmdstr);
|
||||||
|
Loading…
Reference in New Issue
Block a user