removed a lot of trailing \n in bb_msg() calls. It is added
automatically by function itself.
This commit is contained in:
@@ -512,7 +512,7 @@ static void add_cmd(char *cmdstr)
|
||||
|
||||
cmdstr++;
|
||||
idx = get_address(cmdstr, &sed_cmd->end_line, &sed_cmd->end_match);
|
||||
if (!idx) bb_error_msg_and_die("no address after comma\n");
|
||||
if (!idx) bb_error_msg_and_die("no address after comma");
|
||||
cmdstr += idx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user