Ignore:
Timestamp:
Apr 4, 2008, 2:39:53 PM (16 years ago)
Author:
Bruno Cornec
Message:

Attempt to solve a minor valgrind issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/src/common/libmondo-archive.c

    r1889 r1900  
    32363236
    32373237    (void) fwrite((void *) &biggiestruct, 1, sizeof(biggiestruct), fout);
    3238     paranoid_fclose(fout);
     3238    if (fout) {
     3239        paranoid_fclose(fout);
     3240    }
    32393241    length = totallength / optimal_set_size / 1024;
    32403242    log_msg(1, "Opening in %s; slicing it and writing to CD/tape",
Note: See TracChangeset for help on using the changeset viewer.