Ignore:
Timestamp:
Mar 27, 2007, 12:41:17 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Fix mkchangelog.pl compilation error
  • Various Valgrind fixes
File:
1 edited

Legend:

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

    r1261 r1274  
    34863486
    34873487    (void) fwrite((void *) &biggiestruct, 1, sizeof(biggiestruct), fout);
    3488     paranoid_fclose(fout);
     3488    fclose(fout);
    34893489    length = totallength / optimal_set_size / 1024;
    34903490    log_msg(1, "Opening in %s; slicing it and writing to CD/tape",
Note: See TracChangeset for help on using the changeset viewer.