diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-05-08 13:55:43 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-05-08 13:55:43 +0000 |
commit | 0aa6b610828487a91907c8ee28f71a7169d3c963 (patch) | |
tree | a3a31da86e7d01cb8e0a6a34c028166f61b09d63 /mdk-stage1 | |
parent | bc3a4ae5d465a7ae6127dc0af173aebe39a2594f (diff) | |
download | drakx-0aa6b610828487a91907c8ee28f71a7169d3c963.tar drakx-0aa6b610828487a91907c8ee28f71a7169d3c963.tar.gz drakx-0aa6b610828487a91907c8ee28f71a7169d3c963.tar.bz2 drakx-0aa6b610828487a91907c8ee28f71a7169d3c963.tar.xz drakx-0aa6b610828487a91907c8ee28f71a7169d3c963.zip |
minor fix
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/tools.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mdk-stage1/tools.c b/mdk-stage1/tools.c index 767c8c830..17aac9f48 100644 --- a/mdk-stage1/tools.c +++ b/mdk-stage1/tools.c @@ -263,7 +263,6 @@ enum return_type load_ramdisk_fd(int ramdisk_fd, int size) } st2 = BZ2_bzdopen(ramdisk_fd, "r"); - BZ2_bzerror(st2, &z_errnum); if (!st2) { log_message("Opening compressed ramdisk: %s", BZ2_bzerror(st2, &z_errnum)); |