removed a lot of trailing \n in bb_msg() calls. It is added
automatically by function itself.
This commit is contained in:
@@ -770,7 +770,7 @@ static int inflate_block(int *e)
|
||||
}
|
||||
default:
|
||||
/* bad block type */
|
||||
bb_error_msg_and_die("bad block type %d\n", t);
|
||||
bb_error_msg_and_die("bad block type %d", t);
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -31,7 +31,7 @@ char get_header_cpio(archive_handle_t *archive_handle)
|
||||
oldtmp = NULL;
|
||||
|
||||
while (tmp) {
|
||||
bb_error_msg_and_die("need to fix this\n");
|
||||
bb_error_msg_and_die("need to fix this");
|
||||
if (tmp->entry->link_name) { /* Found a hardlink ready to be extracted */
|
||||
file_header = tmp->entry;
|
||||
if (oldtmp) {
|
||||
|
Reference in New Issue
Block a user