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/common/libmondo-verify.c

    r3060 r3116  
    787787        log_it("Grabbing the EXAT files");
    788788        if (ctrl_chr == BLK_START_EXTENDED_ATTRIBUTES) {
    789             res =
    790                 read_EXAT_files_from_tape(&size, fname, &ctrl_chr,
     789            res = read_EXAT_files_from_tape(&size, fname, &ctrl_chr,
    791790                                          curr_xattr_list_fname,
    792791                                          curr_acl_list_fname);
     
    810809        if (ctrl_chr == BLK_START_EXTENDED_ATTRIBUTES) {
    811810            log_it("Reading EXAT files from tape");
    812             res =
    813                 read_EXAT_files_from_tape(&size, fname, &ctrl_chr,
     811            res = read_EXAT_files_from_tape(&size, fname, &ctrl_chr,
    814812                                          curr_xattr_list_fname,
    815813                                          curr_acl_list_fname);
     
    900898        if (ctrl_chr == BLK_START_EXTENDED_ATTRIBUTES) {
    901899            log_it("Grabbing the EXAT biggiefiles");
    902             res =
    903                 read_EXAT_files_from_tape(&size, orig_fname,
     900            res = read_EXAT_files_from_tape(&size, orig_fname,
    904901                                          &ctrl_chr, curr_xattr_list_fname,
    905902                                          curr_acl_list_fname);
Note: See TracChangeset for help on using the changeset viewer.