Ignore:
Timestamp:
May 7, 2013, 5:42:54 AM (11 years ago)
Author:
Bruno Cornec
Message:

r5277@localhost: bruno | 2013-05-07 01:22:17 +0200

  • Fix a compiler issue with the new test-mrstresc and also most compiler warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/mondorestore/mondorestore.c

    r3111 r3116  
    24212421                                      &ctrl_chr);
    24222422    if (ctrl_chr == BLK_START_EXTENDED_ATTRIBUTES) {
    2423         res =
    2424             read_EXAT_files_from_tape(&biggie_size, biggie_fname,
     2423        res = read_EXAT_files_from_tape(&biggie_size, biggie_fname,
    24252424                                      &ctrl_chr, xattr_fname, acl_fname);
    24262425    }
     
    26132612        if (ctrl_chr == BLK_START_EXTENDED_ATTRIBUTES) {
    26142613            log_it("Reading EXAT files from tape");
    2615             res =
    2616                 read_EXAT_files_from_tape(&tmp_size, tmp_fname,
     2614            res = read_EXAT_files_from_tape(&tmp_size, tmp_fname,
    26172615                                          &ctrl_chr, xattr_fname,
    26182616                                          acl_fname);
Note: See TracChangeset for help on using the changeset viewer.