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-stream.c

    r3080 r3116  
    373373    int res = 0;
    374374    char fname_buf[PATH_MAX];
    375     char *fname = (char *)fname_buf;                    /* Should NOT be NULL */
     375    char *fname = (char *)fname_buf;        /* Should NOT be NULL */
    376376    char *tmp = NULL;
    377377
     
    430430    res = read_header_block_from_stream(ptmp_size, tmp_fname, pctrl_chr);
    431431    log_msg(1, "End of extended attributes, now looking for afioball");
    432     return (0);
     432    return (res);
    433433}
    434434
Note: See TracChangeset for help on using the changeset viewer.