Ignore:
Timestamp:
Jul 24, 2007, 3:22:07 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fix bugs reported in #179

File:
1 edited

Legend:

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

    r1437 r1552  
    33803380    /*@ pointers ************************************************** */
    33813381    char *pB;
    3382     FILE *fin, *fout;
     3382    FILE *fin = NULL, *fout = NULL;
    33833383
    33843384    /*@ bool ****************************************************** */
     
    34853485
    34863486    (void) fwrite((void *) &biggiestruct, 1, sizeof(biggiestruct), fout);
    3487     fclose(fout);
     3487    paranoid_fclose(fout);
    34883488    length = totallength / optimal_set_size / 1024;
    34893489    log_msg(1, "Opening in %s; slicing it and writing to CD/tape",
Note: See TracChangeset for help on using the changeset viewer.