Changeset 1630 in MondoRescue for branches/2.2.5/mondo


Ignore:
Timestamp:
Sep 10, 2007, 12:09:25 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fix #195 (patch from Scott Cummings)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondo-rstr-compare.c

    r1585 r1630  
    402402    paranoid_free(filelist_name);
    403403    paranoid_free(logfile);
    404     malloc_string(archiver_exe);
    405     malloc_string(compressor_exe);
     404    paranoid_free(archiver_exe);
     405    paranoid_free(compressor_exe);
    406406    return (retval);
    407407}
     
    456456        if (!does_file_exist(tarball_fname)) {
    457457            sprintf(tarball_fname, MNT_CDROM "/archives/%d.afio.lzo",
     458                    current_tarball_number);
     459        }
     460        if (!does_file_exist(tarball_fname)) {
     461            sprintf(tarball_fname, MNT_CDROM "/archives/%d.afio.gz",
    458462                    current_tarball_number);
    459463        }
Note: See TracChangeset for help on using the changeset viewer.