Hi !
Is there any progress on this bug ? For interested readers, here is a
simple patch fixing this issue :
--- mondo-2.22/src/mondorestore/mondo-restore.c~ 2007-04-16 16:50:28.000000000 +0200
+++ mondo-2.22/src/mondorestore/mondo-restore.c 2007-06-26 20:39:57.000000000 +0200
@@ -2207,8 +2207,6 @@
update_progress_form(progress_str);
sprintf(tarball_fname, MNT_CDROM "/archives/%ld.afio.bz2",
current_tarball_number);
- sprintf(tarball_fname, MNT_CDROM "/archives/%ld.afio.gz",
- current_tarball_number);
if (!does_file_exist(tarball_fname)) {
sprintf(tarball_fname, MNT_CDROM "/archives/%ld.afio.gz",
current_tarball_number);
Regards,
--
Program defensively.
- The Elements of Programming Style (Kernighan & Plauger)