diff options
Diffstat (limited to 'archival/rpm2cpio.c')
-rw-r--r-- | archival/rpm2cpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/rpm2cpio.c b/archival/rpm2cpio.c index 61adde795..7057570f5 100644 --- a/archival/rpm2cpio.c +++ b/archival/rpm2cpio.c | |||
@@ -80,7 +80,7 @@ int rpm2cpio_main(int argc UNUSED_PARAM, char **argv) | |||
80 | // signal(SIGCHLD, check_errors_in_children); | 80 | // signal(SIGCHLD, check_errors_in_children); |
81 | 81 | ||
82 | /* This works, but doesn't report uncompress errors (they happen in child) */ | 82 | /* This works, but doesn't report uncompress errors (they happen in child) */ |
83 | setup_unzip_on_fd(rpm_fd, /*fail_if_not_detected:*/ 1); | 83 | setup_unzip_on_fd(rpm_fd, /*fail_if_not_compressed:*/ 1); |
84 | if (bb_copyfd_eof(rpm_fd, STDOUT_FILENO) < 0) | 84 | if (bb_copyfd_eof(rpm_fd, STDOUT_FILENO) < 0) |
85 | bb_error_msg_and_die("error unpacking"); | 85 | bb_error_msg_and_die("error unpacking"); |
86 | 86 | ||