Ignore:
Timestamp:
Jun 25, 2013, 10:53:14 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Apply fixes to 3.1 tree so that at least mondo compiles again (but that branch probably doesn't work at all again).
File:
1 edited

Legend:

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

    r3147 r3161  
    228228    char *archiver_exe = NULL;
    229229    char *tmp1 = NULL;
    230     char *filelist_name = NULL;
    231230    char *logfile = NULL;
    232231    char *compressor_exe = NULL;
     
    234233    use_star = (strstr(tarball_fname, ".star")) ? TRUE : FALSE;
    235234    assert_string_is_neither_NULL_nor_zerolength(tarball_fname);
    236     mr_asprintf(filelist_name, MNT_CDROM "/archives/filelist.%d", current_tarball_number);
    237     noof_lines = count_lines_in_file(filelist_name);
    238     mr_free(filelist_name);
    239235
    240236    if (strstr(tarball_fname, ".bz2")) {
Note: See TracChangeset for help on using the changeset viewer.