Changeset 1353 in MondoRescue


Ignore:
Timestamp:
Apr 26, 2007, 9:49:26 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a bug where bzip2 files where not considered during restore (only gzip files were)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.3/mondo/src/mondorestore/mondo-restore.c

    r1316 r1353  
    22082208        sprintf(tarball_fname, MNT_CDROM "/archives/%ld.afio.bz2",
    22092209                current_tarball_number);
    2210         sprintf(tarball_fname, MNT_CDROM "/archives/%ld.afio.gz",
    2211                 current_tarball_number);
    22122210        if (!does_file_exist(tarball_fname)) {
    22132211            sprintf(tarball_fname, MNT_CDROM "/archives/%ld.afio.gz",
Note: See TracChangeset for help on using the changeset viewer.