Ignore:
Timestamp:
Sep 29, 2013, 7:27:11 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Fix all compilation/link error due to the previous giant merge with 3.1. 3.2 is ready to test
File:
1 edited

Legend:

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

    r3193 r3194  
    9090        newtRefresh();
    9191    }
    92     if (checksum == NULL]) {
     92    if (checksum == NULL) {
    9393        log_msg(2, "Warning - %s has no checksum", bigfile_fname);
    9494    }
     
    235235    char *tmp = NULL;
    236236    char *archiver_exe = NULL;
    237     char *tmp1 = NULL;
    238237    char *logfile = NULL;
    239238    char *compressor_exe = NULL;
     
    241240    use_star = (strstr(tarball_fname, ".star")) ? TRUE : FALSE;
    242241    assert_string_is_neither_NULL_nor_zerolength(tarball_fname);
    243     mr_asprintf(filelist_name, MNT_CDROM "/archives/filelist.%d", current_tarball_number);
    244242
    245243    if (strstr(tarball_fname, ".bz2")) {
Note: See TracChangeset for help on using the changeset viewer.